1
0
mirror of https://github.com/opa334/TrollStore.git synced 2024-12-04 15:00:39 +08:00
TrollStore/Store/TSAppTableViewController.h

10 lines
194 B
C
Raw Normal View History

2022-09-02 23:19:48 +08:00
#import <UIKit/UIKit.h>
@interface TSAppTableViewController : UITableViewController
2022-09-13 01:23:09 +08:00
{
UIImage* _placeholderIcon;
NSArray* _cachedAppPaths;
2022-09-13 02:52:04 +08:00
NSMutableDictionary* _cachedIcons;
2022-09-13 01:23:09 +08:00
}
2022-09-02 23:19:48 +08:00
@end