diff options
Diffstat (limited to 'Framework/MASShortcutBinder.h')
| -rw-r--r-- | Framework/MASShortcutBinder.h | 10 | 
1 files changed, 10 insertions, 0 deletions
| diff --git a/Framework/MASShortcutBinder.h b/Framework/MASShortcutBinder.h new file mode 100644 index 0000000..74842f3 --- /dev/null +++ b/Framework/MASShortcutBinder.h @@ -0,0 +1,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 | 
