mirror of
https://github.com/shadowsocks/ShadowsocksX-NG.git
synced 2026-03-05 18:23:19 +01:00
13 lines
262 B
Objective-C
13 lines
262 B
Objective-C
#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
|