TrollStore/Store/TSSettingsListController.h

8 lines
187 B
Objective-C

#import "TSListControllerShared.h"
@interface TSSettingsListController : TSListControllerShared
{
PSSpecifier* _installPersistenceHelperSpecifier;
NSString* _newerVersion;
}
@end