luxlabs header browser preview


@class NSPredicate;

@interface BRCSyncThrottle : BRCThrottle

@property (retain, nonatomic) NSPredicate *predicate;

- (void).cxx_destruct;
- (BOOL)_validateThrottleParams:(id)a0;
- (id)initWithName:(id)a0 andParameters:(id)a1;
- (BOOL)matchesItem:(id)a0 nsecsToRetry:(unsigned long long *)a1 now:(unsigned long long)a2;

@end