Add TF1+ iOS tweak and build files

This commit is contained in:
√(noham)²
2026-05-03 16:08:08 +02:00
parent d1af7d7a12
commit 6c5c90f060
5 changed files with 51 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
#import <Foundation/Foundation.h>
%hook FWRequestConfiguration
- (id)initWithServerURL:(id)arg1 playerProfile:(id)arg2 {
return self;
}
%end