mirror of
https://github.com/NohamR/TrollDecrypt-tvOS.git
synced 2026-07-11 22:41:37 +00:00
9 lines
217 B
Objective-C
9 lines
217 B
Objective-C
#import <UIKit/UIKit.h>
|
|
|
|
@interface TDAppDelegate : UIResponder <UIApplicationDelegate>
|
|
|
|
@property (nonatomic, strong) UIWindow *window;
|
|
@property (nonatomic, strong) UINavigationController *rootViewController;
|
|
|
|
@end
|