mirror of
https://github.com/NohamR/TrollDecrypt-tvOS.git
synced 2026-07-11 19:10:05 +00:00
8 lines
133 B
Objective-C
8 lines
133 B
Objective-C
#import <UIKit/UIKit.h>
|
|
|
|
@interface TDRootViewController : UITableViewController
|
|
|
|
@property (nonatomic, strong) NSArray *apps;
|
|
|
|
@end
|