luxlabs header browser preview


@class INCodableAttribute;

@interface _INCodableAttributeRelationshipValueTransformer : NSValueTransformer

@property (readonly, weak, nonatomic) INCodableAttribute *codableAttribute;

- (id)initWithCodableAttribute:(id)a0;
- (void).cxx_destruct;
- (id)transformedValue:(id)a0;

@end