aboutsummaryrefslogtreecommitdiffstats
path: root/Framework/MASHotKey.h
blob: 1d267e423cd8ee89744f869deb2b65d3675004ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#import "MASShortcut.h"

extern FourCharCode const MASHotKeySignature;

@interface MASHotKey : NSObject

@property(readonly) UInt32 carbonID;
@property(copy) dispatch_block_t action;

+ (instancetype) registeredHotKeyWithShortcut: (MASShortcut*) shortcut;

@end