Bring the 3D Touch tick sound for Apps from iOS 13 to iOS 12 and lower
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
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