luxlabs header browser preview


@interface RERelevanceCondition : NSObject <NSCopying> {
    id /* block */ _condition;
}

+ (id)conditionWithBlock:(id /* block */)a0;

- (unsigned long long)_hash;
- (void).cxx_destruct;
- (BOOL)isEqual:(id)a0;
- (id)copyWithZone:(struct _NSZone { } *)a0;
- (float)_evaluateRelevanceWithEnvironment:(id)a0;
- (id)initWithCondtionBlock:(id /* block */)a0;

@end