1
0
mirror of https://github.com/opa334/TrollStore.git synced 2025-01-19 13:35:41 +08:00
TrollStore/Store/TSSettingsListController.h
2022-09-02 17:19:48 +02:00

9 lines
238 B
Objective-C

#import <Preferences/PSListController.h>
#import <Preferences/PSSpecifier.h>
@interface TSSettingsListController : PSListController
{
UIAlertController* _activityController;
PSSpecifier* _installPersistenceHelperSpecifier;
}
@end