mirror of
https://github.com/swisspol/GCDWebServer.git
synced 2026-04-24 00:00:04 +08:00
Moved more ivars to class extensions
This commit is contained in:
@@ -27,6 +27,13 @@
|
||||
|
||||
#import "AppDelegate.h"
|
||||
|
||||
@interface AppDelegate () {
|
||||
@private
|
||||
UIWindow* _window;
|
||||
GCDWebServer* _webServer;
|
||||
}
|
||||
@end
|
||||
|
||||
@implementation AppDelegate
|
||||
|
||||
@synthesize window=_window;
|
||||
|
||||
Reference in New Issue
Block a user