1 2 3 4 5 6 7 8 9 10
#import "MASShortcutMonitor.h" @interface MASShortcutBinder : NSObject @property(strong) MASShortcutMonitor *shortcutMonitor; - (void) bindShortcutWithDefaultsKey: (NSString*) defaultsKeyName toAction: (dispatch_block_t) action; - (void) breakBindingWithDefaultsKey: (NSString*) defaultsKeyName; @end