1
0
mirror of https://github.com/opa334/TrollStore.git synced 2025-01-31 19:15:41 +08:00
TrollStore/PersistenceHelper/TSPHRootViewController.h
2022-09-22 17:38:58 +02:00

8 lines
142 B
Objective-C

#import "../Store/TSListControllerShared.h"
@interface TSPHRootViewController : TSListControllerShared
{
NSString* _newerVersion;
}
@end