discord-jadx/app/src/main/java/okhttp3/Interceptor.java
Juby210 02b39b5eaf
Enable replacing const values in jadx
Tracking changes should be much easier now.
2021-08-10 00:50:52 +02:00

17 lines
375 B
Java

package okhttp3;
import f0.z;
import java.io.IOException;
/* compiled from: Interceptor.kt */
public interface Interceptor {
public static final /* synthetic */ int a = 0;
/* compiled from: Interceptor.kt */
public interface Chain {
Response a(z zVar) throws IOException;
z c();
}
Response intercept(Chain chain) throws IOException;
}