aboutsummaryrefslogtreecommitdiffstats
path: root/MASShortcut+Monitoring.h
blob: aa8f2241300ba9c96626abd8abcbe5c9466b4596 (plain)
1
2
3
4
5
6
7
8
#import "MASShortcut.h"

@interface MASShortcut (Monitoring)

+ (id)addGlobalHotkeyMonitorWithShortcut:(MASShortcut *)shortcut handler:(void (^)())handler;
+ (void)removeGlobalHotkeyMonitor:(id)monitor;

@end