luxlabs header browser preview


@interface _DKTristateCategory : NSObject

+ (id)yes;
+ (id)no;
+ (id)type;
+ (id)maybe;

@end