mirror of
https://github.com/opa334/TrollStore.git
synced 2025-01-31 19:15:41 +08:00
8 lines
187 B
Objective-C
8 lines
187 B
Objective-C
#import "TSListControllerShared.h"
|
|
|
|
@interface TSSettingsListController : TSListControllerShared
|
|
{
|
|
PSSpecifier* _installPersistenceHelperSpecifier;
|
|
NSString* _newerVersion;
|
|
}
|
|
@end |