aboutsummaryrefslogtreecommitdiffstats
path: root/Demo/AppDelegate.h
diff options
context:
space:
mode:
authorTomáš Znamenáček2015-01-08 14:16:26 +0100
committerTomáš Znamenáček2015-01-08 14:16:26 +0100
commitfc43b570c7ea4802c648670b39586425ce330cec (patch)
treec1491a3fcb8764ae069564b7ae6bdbcbaa2c64eb /Demo/AppDelegate.h
parent45921ff6f88ad0c76a9afb0547e321b46e10e418 (diff)
downloadMASShortcut-fc43b570c7ea4802c648670b39586425ce330cec.tar.bz2
Simplified and updated the demo project.
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