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