1
0
mirror of https://github.com/opa334/TrollStore.git synced 2025-01-31 19:15:41 +08:00
TrollStore/PersistenceHelper/TSPHRootViewController.h

8 lines
142 B
C
Raw Normal View History

2022-09-22 23:38:58 +08:00
#import "../Store/TSListControllerShared.h"
2022-09-02 23:19:48 +08:00
2022-09-22 23:38:58 +08:00
@interface TSPHRootViewController : TSListControllerShared
2022-09-02 23:19:48 +08:00
{
2022-09-22 23:38:58 +08:00
NSString* _newerVersion;
2022-09-02 23:19:48 +08:00
}
@end