@interface MCTimerContext : NSObject @property (nonatomic) BOOL enabled; - (id)init; - (void)disable; @end