Bring the 3D Touch tick sound for Apps from iOS 13 to iOS 12 and lower
Вы не можете выбрать более 25 тем
Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
|
1234567891011 |
- #import <UIKit/UIKit.h>
- #import <AudioToolbox/AudioServices.h>
- #import <Cephei/HBPreferences.h>
-
- // Utils
- HBPreferences *pfs;
-
- // Preferences
- BOOL enabled = YES;
-
- NSString *loudnessLevel = @"0";
|