luxlabs header browser preview


@interface _NSPredicateBlockRule : NSPredicateRule {
    id /* block */ _action;
}

- (void).cxx_destruct;
- (id)debugDescription;
- (id)initWithPredicate:(id)a0 action:(id /* block */)a1;
- (void)performActionWithSystem:(id)a0;

@end