Upgrade pods: Alamofire GCDWebServer MASShortcut
This commit is contained in:
12
Pods/MASShortcut/Framework/Monitoring/MASHotKey.h
generated
Normal file
12
Pods/MASShortcut/Framework/Monitoring/MASHotKey.h
generated
Normal file
@ -0,0 +1,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
|
Reference in New Issue
Block a user