TrollStore/PersistenceHelper/TSPHRootViewController.h

10 lines
208 B
C
Raw Normal View History

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