Dark tabs for Zenith! Mirror of https://github.com/mac-user669/ZenithDark
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

17 行
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