Initial commit
This commit is contained in:
11
sources/okhttp3/internal/cache/CacheRequest.java
vendored
Normal file
11
sources/okhttp3/internal/cache/CacheRequest.java
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
package okhttp3.internal.cache;
|
||||
|
||||
import java.io.IOException;
|
||||
import okio.Sink;
|
||||
|
||||
/* loaded from: classes2.dex */
|
||||
public interface CacheRequest {
|
||||
void abort();
|
||||
|
||||
Sink body() throws IOException;
|
||||
}
|
||||
Reference in New Issue
Block a user