// // DDHotKeyAppDelegate.h // DDHotKey // // Created by Dave DeLong on 2/24/10. // Copyright 2010 Home. All rights reserved. // #import @interface DDHotKeyAppDelegate : NSObject { NSWindow *window; } @property (assign) IBOutlet NSWindow *window; @end