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