Files
ShadowsocksX-NG/Pods/MASShortcut/Framework/MASHotKey.h

13 lines
262 B
C
Raw Normal View History

2017-03-10 22:35:50 +08:00
#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