Files
TrollDecrypt-tvOS/TDAppDelegate.h
Donato Fiore 7e2c90a560 Initial Commit
2023-11-30 21:06:53 -05:00

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