Add pod MASShortcut 2.3.6
This commit is contained in:
28
Pods/Target Support Files/MASShortcut/MASShortcut-umbrella.h
generated
Normal file
28
Pods/Target Support Files/MASShortcut/MASShortcut-umbrella.h
generated
Normal file
@ -0,0 +1,28 @@
|
||||
#ifdef __OBJC__
|
||||
#import <Cocoa/Cocoa.h>
|
||||
#else
|
||||
#ifndef FOUNDATION_EXPORT
|
||||
#if defined(__cplusplus)
|
||||
#define FOUNDATION_EXPORT extern "C"
|
||||
#else
|
||||
#define FOUNDATION_EXPORT extern
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#import "MASDictionaryTransformer.h"
|
||||
#import "MASHotKey.h"
|
||||
#import "MASKeyCodes.h"
|
||||
#import "MASKeyMasks.h"
|
||||
#import "MASLocalization.h"
|
||||
#import "MASShortcut.h"
|
||||
#import "MASShortcutBinder.h"
|
||||
#import "MASShortcutMonitor.h"
|
||||
#import "MASShortcutValidator.h"
|
||||
#import "MASShortcutView+Bindings.h"
|
||||
#import "MASShortcutView.h"
|
||||
#import "Shortcut.h"
|
||||
|
||||
FOUNDATION_EXPORT double MASShortcutVersionNumber;
|
||||
FOUNDATION_EXPORT const unsigned char MASShortcutVersionString[];
|
||||
|
Reference in New Issue
Block a user