#import @class HTTPServer; @interface DynamicServerAppDelegate : NSObject { HTTPServer *httpServer; NSWindow *__unsafe_unretained window; } @property (unsafe_unretained) IBOutlet NSWindow *window; @end