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