Revert "Use Cephei"

This reverts commit 8a2e4afc14.
This commit is contained in:
2020-01-23 16:01:06 -05:00
parent 8a2e4afc14
commit 3c42b97e9b
13 changed files with 61 additions and 102 deletions

View File

@ -1,15 +1,11 @@
#import <Preferences/PSListController.h>
#import <CepheiPrefs/HBRootListController.h>
@import UIKit;
// image for share button
#define kImagePath @"/Library/Application Support/ZenithDark/ZNDark.png"
// @interface ZNDarkPrefsRootListController : PSListController
@interface ZNDarkPrefsRootListController : HBRootListController
@interface ZNDarkPrefsRootListController : PSListController
@property (nonatomic, strong) UIBlurEffect *respringBlur;
@property (nonatomic, strong) UIVisualEffectView *respringEffectView;
@property (nonatomic, strong) UIWindow *mainAppRootWindow;
@ -37,4 +33,3 @@
- (bool)suspend;
- (void)terminate;
@end