1
0
mirror of https://github.com/opa334/TrollStore.git synced 2026-01-12 08:02:23 +08:00
TrollStore/TrollStore/TSSettingsListController.h
2023-12-22 00:08:23 -05:00

10 lines
246 B
Objective-C

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