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