From fc43b570c7ea4802c648670b39586425ce330cec Mon Sep 17 00:00:00 2001 From: Tomáš Znamenáček Date: Thu, 8 Jan 2015 14:16:26 +0100 Subject: Simplified and updated the demo project. --- Demo/AppDelegate.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Demo/AppDelegate.h') 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 @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 -- cgit v1.2.3