Files
Tweaks/TF1Plus/TF1Plus-tvOS/Tweak.x
2026-04-10 21:06:13 +02:00

8 lines
146 B
Plaintext

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