apkfuckery/com.discord/smali_classes2/okhttp3/Interceptor.smali
2020-11-21 22:11:07 +00:00

25 lines
551 B
Smali

.class public interface abstract Lokhttp3/Interceptor;
.super Ljava/lang/Object;
.source "Interceptor.kt"
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lokhttp3/Interceptor$Chain;
}
.end annotation
# static fields
.field public static final synthetic a:I
# virtual methods
.method public abstract intercept(Lokhttp3/Interceptor$Chain;)Lokhttp3/Response;
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.end method