Files
Tweaks/TF1Plus/TF1Plus-iOS/Tweak.x
2026-05-03 16:08:08 +02:00

8 lines
146 B
Plaintext

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