Bring the 3D Touch tick sound for Apps from iOS 13 to iOS 12 and lower
您最多选择25个主题
主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
|
- #import <UIKit/UIKit.h>
- #import <AudioToolbox/AudioServices.h>
- #import <Cephei/HBPreferences.h>
-
- // Utils
- HBPreferences *pfs;
-
- // Preferences
- BOOL enabled = YES;
-
- NSString *loudnessLevel = @"0";
|