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

22 lines
337 B
Java

package f0;
import java.io.IOException;
import okhttp3.Response;
/* compiled from: Call.kt */
public interface e extends Cloneable {
/* compiled from: Call.kt */
public interface a {
e b(z zVar);
}
z c();
void cancel();
boolean d();
void e(f fVar);
Response execute() throws IOException;
}