diff options
Diffstat (limited to 'MASShortcut+Monitoring.h')
| -rw-r--r-- | MASShortcut+Monitoring.h | 8 | 
1 files changed, 8 insertions, 0 deletions
| diff --git a/MASShortcut+Monitoring.h b/MASShortcut+Monitoring.h new file mode 100644 index 0000000..aa8f224 --- /dev/null +++ b/MASShortcut+Monitoring.h @@ -0,0 +1,8 @@ +#import "MASShortcut.h" + +@interface MASShortcut (Monitoring) + ++ (id)addGlobalHotkeyMonitorWithShortcut:(MASShortcut *)shortcut handler:(void (^)())handler; ++ (void)removeGlobalHotkeyMonitor:(id)monitor; + +@end | 
