diff options
Diffstat (limited to 'DDHotKeyAppDelegate.h')
| -rw-r--r-- | DDHotKeyAppDelegate.h | 7 | 
1 files changed, 2 insertions, 5 deletions
| diff --git a/DDHotKeyAppDelegate.h b/DDHotKeyAppDelegate.h index 08cac15..e6959d8 100644 --- a/DDHotKeyAppDelegate.h +++ b/DDHotKeyAppDelegate.h @@ -1,7 +1,7 @@  /*   DDHotKey -- DDHotKeyAppDelegate.h - Copyright (c) 2010, Dave DeLong <http://www.davedelong.com> + Copyright (c) Dave DeLong <http://www.davedelong.com>   Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. @@ -10,10 +10,7 @@  #import <Cocoa/Cocoa.h> -@interface DDHotKeyAppDelegate : NSObject /*<NSApplicationDelegate>*/ { -    NSWindow *window; -	NSTextView *output; -} +@interface DDHotKeyAppDelegate : NSObject /*<NSApplicationDelegate>*/  @property (assign) IBOutlet NSWindow *window;  @property (assign) IBOutlet NSTextView *output; | 
