1
0
mirror of https://github.com/opa334/TrollStore.git synced 2025-01-19 05:25:41 +08:00
TrollStore/Store/TSAppTableViewController.h
2022-09-12 20:52:04 +02:00

10 lines
194 B
Objective-C

#import <UIKit/UIKit.h>
@interface TSAppTableViewController : UITableViewController
{
UIImage* _placeholderIcon;
NSArray* _cachedAppPaths;
NSMutableDictionary* _cachedIcons;
}
@end