mirror of
https://github.com/opa334/TrollStore.git
synced 2025-05-24 11:26:07 +08:00
9 lines
155 B
Objective-C
9 lines
155 B
Objective-C
#import <UIKit/UIKit.h>
|
|
|
|
@interface TSAppTableViewController : UITableViewController
|
|
{
|
|
UIImage* _placeholderIcon;
|
|
NSArray* _cachedAppPaths;
|
|
}
|
|
|
|
@end |