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.

17 líneas
538B

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