This commit is contained in:
ShyMemoriees
2019-12-13 16:15:26 +01:00
parent 848e30d228
commit 1f4d392a73
14 changed files with 8 additions and 303 deletions

View File

@ -54,21 +54,6 @@ void playSound() {
%end
%hook SBIconController
-(void)_iconForceTouchControllerWillPresent:(id)arg1 {
%orig;
if (enabled) {
playSound();
}
}
%end
%end
%ctor {