TrollStore/PersistenceHelper/TSPHRootViewController.h

8 lines
142 B
Objective-C

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