Dark tabs for Zenith! Mirror of https://github.com/mac-user669/ZenithDark
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

ZNDarkPrefsRootListController.h 578B

1234567891011121314151617
  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