luxlabs header browser preview


@interface DADisableableObject : NSObject

@property (nonatomic) BOOL isDisabled;

- (void)disable;

@end