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