diff options
| author | Tomáš Znamenáček | 2015-01-08 14:16:26 +0100 | 
|---|---|---|
| committer | Tomáš Znamenáček | 2015-01-08 14:16:26 +0100 | 
| commit | fc43b570c7ea4802c648670b39586425ce330cec (patch) | |
| tree | c1491a3fcb8764ae069564b7ae6bdbcbaa2c64eb /Demo/AppDelegate.h | |
| parent | 45921ff6f88ad0c76a9afb0547e321b46e10e418 (diff) | |
| download | MASShortcut-fc43b570c7ea4802c648670b39586425ce330cec.tar.bz2 | |
Simplified and updated the demo project.
Diffstat (limited to 'Demo/AppDelegate.h')
| -rw-r--r-- | Demo/AppDelegate.h | 5 | 
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 | 
