2021-08-03 07:33:18 +00:00
|
|
|
package i0;
|
|
|
|
|
2021-11-02 06:38:17 +00:00
|
|
|
import java.io.IOException;
|
|
|
|
import okhttp3.Request;
|
|
|
|
import retrofit2.Response;
|
|
|
|
/* compiled from: Call */
|
|
|
|
public interface d<T> extends Cloneable {
|
|
|
|
void B(f<T> fVar);
|
2021-08-03 07:33:18 +00:00
|
|
|
|
2021-11-02 06:38:17 +00:00
|
|
|
d<T> K();
|
2021-08-03 07:33:18 +00:00
|
|
|
|
2021-11-02 06:38:17 +00:00
|
|
|
Request c();
|
|
|
|
|
|
|
|
void cancel();
|
|
|
|
|
|
|
|
boolean d();
|
|
|
|
|
|
|
|
Response<T> execute() throws IOException;
|
2021-08-03 07:33:18 +00:00
|
|
|
}
|