#import @class HTTPServer; @interface AppDelegate : NSObject { @private HTTPServer* _httpServer; } @end