9 lines
236 B
Java
Raw Normal View History

package app.revanced.twitch.patches;
import app.revanced.twitch.api.RequestInterceptor;
public class EmbeddedAdsPatch {
public static RequestInterceptor createRequestInterceptor() {
return new RequestInterceptor();
}
}