luxlabs header browser preview


@interface _DKBoolCategory : NSObject

+ (id)yes;
+ (id)no;
+ (id)on;
+ (id)off;
+ (id)type;

@end