diff options
Diffstat (limited to 'DDHotKeyAppDelegate.h')
| -rw-r--r-- | DDHotKeyAppDelegate.h | 17 | 
1 files changed, 17 insertions, 0 deletions
| diff --git a/DDHotKeyAppDelegate.h b/DDHotKeyAppDelegate.h new file mode 100644 index 0000000..ab448a1 --- /dev/null +++ b/DDHotKeyAppDelegate.h @@ -0,0 +1,17 @@ +// +//  DDHotKeyAppDelegate.h +//  DDHotKey +// +//  Created by Dave DeLong on 2/24/10. +//  Copyright 2010 Home. All rights reserved. +// + +#import <Cocoa/Cocoa.h> + +@interface DDHotKeyAppDelegate : NSObject <NSApplicationDelegate> { +    NSWindow *window; +} + +@property (assign) IBOutlet NSWindow *window; + +@end | 
