luxlabs header browser preview


@interface FIReduction : NSObject

@property (readonly, nonatomic) id object;

+ (id)reductionWithObject:(id)a0;

- (id)initWithObject:(id)a0;
- (void).cxx_destruct;

@end