Files
2019-01-25 17:01:52 +08:00

9 lines
114 B
Objective-C

#import <Cocoa/Cocoa.h>
@class HTTPServer;
@interface AppDelegate : NSObject
{
HTTPServer *httpServer;
}
@end