luxlabs header browser preview


@interface DMCTimerContext : NSObject

@property (nonatomic) BOOL enabled;

- (id)init;
- (void)disable;

@end