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.
|
- #import <UIKit/UIKit.h>
- #import <AudioToolbox/AudioServices.h>
- #import <Cephei/HBPreferences.h>
-
- // Utils
- HBPreferences *pfs;
-
- // Preferences
- BOOL enabled = YES;
-
- NSString *loudnessLevel = @"0";
|