mirror of
https://github.com/revanced/revanced-patches
synced 2025-02-22 00:01:11 +01:00
9 lines
236 B
Java
9 lines
236 B
Java
package app.revanced.twitch.patches;
|
|
|
|
import app.revanced.twitch.api.RequestInterceptor;
|
|
|
|
public class EmbeddedAdsPatch {
|
|
public static RequestInterceptor createRequestInterceptor() {
|
|
return new RequestInterceptor();
|
|
}
|
|
} |