#import @interface FooAppDelegate : NSObject { @private NSWindow *window; } @property (assign) IBOutlet NSWindow *window; @end