#import #import "TSAppInfo.h" #import @interface TSAppTableViewController : UITableViewController { UIImage* _placeholderIcon; NSArray* _cachedAppInfos; NSMutableDictionary* _cachedIcons; UISearchController* _searchController; NSString* _searchKey; } @end