Use Cephei

This commit is contained in:
2020-01-23 12:46:06 -05:00
parent cbaf77e15b
commit 8a2e4afc14
13 changed files with 102 additions and 61 deletions

View File

@ -1,11 +1,15 @@
#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 : PSListController
@interface ZNDarkPrefsRootListController : HBRootListController
@property (nonatomic, strong) UIBlurEffect *respringBlur;
@property (nonatomic, strong) UIVisualEffectView *respringEffectView;
@property (nonatomic, strong) UIWindow *mainAppRootWindow;
@ -33,3 +37,4 @@
- (bool)suspend;
- (void)terminate;
@end