Add pod MASShortcut 2.3.6

This commit is contained in:
Charlie Qiu
2017-03-10 22:35:50 +08:00
parent e003b89c2b
commit 52709213e4
57 changed files with 3504 additions and 373 deletions

12
Pods/MASShortcut/Framework/MASHotKey.h generated Normal file
View 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