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

@interface MASShortcutBinder : NSObject

@property(strong) MASShortcutMonitor *shortcutMonitor;

- (void) bindShortcutWithDefaultsKey: (NSString*) defaultsKeyName toAction: (dispatch_block_t) action;
- (void) breakBindingWithDefaultsKey: (NSString*) defaultsKeyName;

@end