TrollStore/Installer/TrollInstaller2/TSI2AppDelegateNoScene.h

7 lines
224 B
Objective-C

#import <UIKit/UIKit.h>
@interface TSI2AppDelegateNoScene : UIResponder <UIApplicationDelegate>
@property (nonatomic, strong) UIWindow *window;
@property (nonatomic, strong) UINavigationController *rootViewController;
@end