8 lines
206 B
Objective-C
8 lines
206 B
Objective-C
@import UIKit;
|
|
|
|
@interface SPAppDelegate : UIResponder <UIApplicationDelegate>
|
|
|
|
@property(nonatomic, strong) UIWindow *window;
|
|
@property(nonatomic, strong) UINavigationController *rootViewController;
|
|
|
|
@end
|