Files
2016-09-15 10:13:52 -05:00

9 lines
114 B
Objective-C
Executable File

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