mirror of
https://github.com/NohamR/Tweaks.git
synced 2026-05-25 04:17:15 +00:00
Add TF1+ iOS tweak and build files
This commit is contained in:
7
TF1Plus/TF1Plus-iOS/Tweak.x
Normal file
7
TF1Plus/TF1Plus-iOS/Tweak.x
Normal file
@@ -0,0 +1,7 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
%hook FWRequestConfiguration
|
||||
- (id)initWithServerURL:(id)arg1 playerProfile:(id)arg2 {
|
||||
return self;
|
||||
}
|
||||
%end
|
||||
Reference in New Issue
Block a user