aboutsummaryrefslogtreecommitdiffstats
path: root/Framework/MASShortcutMonitor.h
blob: c29747c9961b0e2815ec8ea2837fa53bf3467287 (plain)
1
2
3
4
5
6
7
8
9
#import "MASShortcut.h"

@interface MASShortcutMonitor : NSObject

- (void) registerShortcut: (MASShortcut*) shortcut withAction: (dispatch_block_t) action;
- (BOOL) isShortcutRegistered: (MASShortcut*) shortcut;
- (void) unregisterShortcut: (MASShortcut*) shortcut;

@end