// // DrexAppDelegate.h // Drex // // Created by Filipp Lepalaan on 21.7.2011. // Copyright 2011 __MyCompanyName__. All rights reserved. // #import @interface DrexAppDelegate : NSObject { NSWindow *window; } @property (assign) IBOutlet NSWindow *window; @end