diff options
Diffstat (limited to 'Framework/MASShortcutMonitor.h')
| -rw-r--r-- | Framework/MASShortcutMonitor.h | 9 | 
1 files changed, 9 insertions, 0 deletions
| diff --git a/Framework/MASShortcutMonitor.h b/Framework/MASShortcutMonitor.h new file mode 100644 index 0000000..c29747c --- /dev/null +++ b/Framework/MASShortcutMonitor.h @@ -0,0 +1,9 @@ +#import "MASShortcut.h" + +@interface MASShortcutMonitor : NSObject + +- (void) registerShortcut: (MASShortcut*) shortcut withAction: (dispatch_block_t) action; +- (BOOL) isShortcutRegistered: (MASShortcut*) shortcut; +- (void) unregisterShortcut: (MASShortcut*) shortcut; + +@end | 
