1
0
mirror of https://github.com/opa334/TrollStore.git synced 2025-01-31 19:15:41 +08:00
TrollStore/Store/TSSettingsListController.h

9 lines
238 B
C
Raw Normal View History

2022-09-02 23:19:48 +08:00
#import <Preferences/PSListController.h>
#import <Preferences/PSSpecifier.h>
@interface TSSettingsListController : PSListController
{
UIAlertController* _activityController;
PSSpecifier* _installPersistenceHelperSpecifier;
}
@end