aboutsummaryrefslogtreecommitdiffstats
path: root/Demo/AppDelegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'Demo/AppDelegate.h')
-rw-r--r--Demo/AppDelegate.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/Demo/AppDelegate.h b/Demo/AppDelegate.h
index 5053cfb..1c490d3 100644
--- a/Demo/AppDelegate.h
+++ b/Demo/AppDelegate.h
@@ -1,10 +1,5 @@
-@class MASShortcutView;
-
@interface AppDelegate : NSObject <NSApplicationDelegate>
@property (nonatomic, assign) IBOutlet NSWindow *window;
-@property (nonatomic, weak) IBOutlet MASShortcutView *shortcutView;
-@property (nonatomic, getter = isShortcutEnabled) BOOL shortcutEnabled;
-@property (nonatomic, getter = isConstantShortcutEnabled) BOOL constantShortcutEnabled;
@end