aboutsummaryrefslogtreecommitdiffstats
path: root/Framework/MASShortcut.h
diff options
context:
space:
mode:
Diffstat (limited to 'Framework/MASShortcut.h')
-rw-r--r--Framework/MASShortcut.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Framework/MASShortcut.h b/Framework/MASShortcut.h
index 6873dd9..aa3dfb0 100644
--- a/Framework/MASShortcut.h
+++ b/Framework/MASShortcut.h
@@ -9,12 +9,10 @@
@property (nonatomic, readonly) NSString *keyCodeString;
@property (nonatomic, readonly) NSString *keyCodeStringForKeyEquivalent;
@property (nonatomic, readonly) NSString *modifierFlagsString;
-@property (nonatomic, readonly) NSData *data;
- (instancetype)initWithKeyCode:(NSUInteger)code modifierFlags:(NSUInteger)flags;
+ (instancetype)shortcutWithKeyCode:(NSUInteger)code modifierFlags:(NSUInteger)flags;
+ (instancetype)shortcutWithEvent:(NSEvent *)anEvent;
-+ (instancetype)shortcutWithData:(NSData *)aData;
@end