Bring the 3D Touch tick sound for Apps from iOS 13 to iOS 12 and lower
No puede seleccionar más de 25 temas
Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
|
1234567891011 |
- #import <UIKit/UIKit.h>
- #import <AudioToolbox/AudioServices.h>
- #import <Cephei/HBPreferences.h>
-
- // Utils
- HBPreferences *pfs;
-
- // Preferences
- BOOL enabled = YES;
-
- NSString *loudnessLevel = @"0";
|