Bring the 3D Touch tick sound for Apps from iOS 13 to iOS 12 and lower
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

11 行
194B

  1. #import <UIKit/UIKit.h>
  2. #import <AudioToolbox/AudioServices.h>
  3. #import <Cephei/HBPreferences.h>
  4. // Utils
  5. HBPreferences *pfs;
  6. // Preferences
  7. BOOL enabled = YES;
  8. NSString *loudnessLevel = @"0";