aboutsummaryrefslogtreecommitdiffstats
path: root/MASShortcut.h
diff options
context:
space:
mode:
Diffstat (limited to 'MASShortcut.h')
-rw-r--r--MASShortcut.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/MASShortcut.h b/MASShortcut.h
index 3c6c109..a5c8fa9 100644
--- a/MASShortcut.h
+++ b/MASShortcut.h
@@ -51,4 +51,7 @@ enum {
- (BOOL)isTakenError:(NSError **)error;
++ (id)addGlobalHotkeyMonitorWithShortcut:(MASShortcut *)shortcut handler:(void (^)())handler;
++ (void)removeGlobalHotkeyMonitor:(id)monitor;
+
@end