You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
362 B
17 lines
362 B
2 years ago
|
.class public interface abstract Lokhttp3/Interceptor;
|
||
|
.super Ljava/lang/Object;
|
||
|
.source "Interceptor.java"
|
||
|
|
||
|
|
||
|
# annotations
|
||
|
.annotation system Ldalvik/annotation/MemberClasses;
|
||
|
value = {
|
||
|
Lokhttp3/Interceptor$Chain;
|
||
|
}
|
||
|
.end annotation
|
||
|
|
||
|
|
||
|
# virtual methods
|
||
|
.method public abstract intercept(Lokhttp3/Interceptor$Chain;)Lokhttp3/Response;
|
||
|
.end method
|