Bring the 3D Touch tick sound for Apps from iOS 13 to iOS 12 and lower
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

23 行
689B

  1. #import <Preferences/PSListController.h>
  2. #import <Preferences/PSSpecifier.h>
  3. #import <CepheiPrefs/HBRootListController.h>
  4. #import <CepheiPrefs/HBAppearanceSettings.h>
  5. #import <Cephei/HBPreferences.h>
  6. #import "NSTask.h"
  7. @interface TCKAppearanceSettings : HBAppearanceSettings
  8. @end
  9. @interface TCKRootListController : HBRootListController {
  10. UITableView * _table;
  11. }
  12. @property (nonatomic, retain) UIBarButtonItem *respringButton;
  13. @property (nonatomic, retain) UIView *headerView;
  14. @property (nonatomic, retain) UIImageView *headerImageView;
  15. @property (nonatomic, retain) UILabel *titleLabel;
  16. @property (nonatomic, retain) UIImageView *iconView;
  17. -(void)respring;
  18. -(void)respringUtil;
  19. @end