luxlabs header browser preview


@class NSArray;

@interface PLCompoundPropertyValidationRule : PLPropertyValidationRule

@property (nonatomic) long long compoundType;
@property (retain, nonatomic) NSArray *rules;

+ (id)andCompoundPropertyValidationRuleWithRules:(id)a0;
+ (id)orCompoundPropertyValidationRuleWithRules:(id)a0;

- (id)keyPaths;
- (void).cxx_destruct;
- (id)predicate;
- (id)currentValuesOfObject:(id)a0;
- (id)initWithType:(long long)a0 rules:(id)a1;

@end