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; }