aboutsummaryrefslogtreecommitdiffstats
path: root/Framework/MASShortcut.h
diff options
context:
space:
mode:
Diffstat (limited to 'Framework/MASShortcut.h')
-rw-r--r--Framework/MASShortcut.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Framework/MASShortcut.h b/Framework/MASShortcut.h
index 24bd125..6873dd9 100644
--- a/Framework/MASShortcut.h
+++ b/Framework/MASShortcut.h
@@ -10,7 +10,6 @@
@property (nonatomic, readonly) NSString *keyCodeStringForKeyEquivalent;
@property (nonatomic, readonly) NSString *modifierFlagsString;
@property (nonatomic, readonly) NSData *data;
-@property (nonatomic, readonly) BOOL shouldBypass;
- (instancetype)initWithKeyCode:(NSUInteger)code modifierFlags:(NSUInteger)flags;