Dark tabs for Zenith! Mirror of https://github.com/mac-user669/ZenithDark
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

18 Zeilen
578B

  1. #import <Preferences/PSListController.h>
  2. #import <CepheiPrefs/HBRootListController.h>
  3. #import <CepheiPrefs/HBAppearanceSettings.h>
  4. #import <Cephei/HBRespringController.h>
  5. #import <Cephei/HBPreferences.h>
  6. @import UIKit;
  7. // image for share button
  8. #define kImagePath @"/Library/Application Support/ZenithDark/ZNDark.png"
  9. @interface ZNDarkPrefsRootListController : HBRootListController
  10. @property (nonatomic, strong) UIBlurEffect *respringBlur;
  11. @property (nonatomic, strong) UIVisualEffectView *respringEffectView;
  12. @property (nonatomic, strong) UIWindow *mainAppRootWindow;
  13. @end