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:
+1
-5
@@ -29,10 +29,6 @@
|
||||
|
||||
#import "GCDWebServer.h"
|
||||
|
||||
@interface AppDelegate : UIResponder <UIApplicationDelegate> {
|
||||
@private
|
||||
UIWindow* _window;
|
||||
GCDWebServer* _webServer;
|
||||
}
|
||||
@interface AppDelegate : UIResponder <UIApplicationDelegate>
|
||||
@property(retain, nonatomic) UIWindow* window;
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user