apkfuckery/com.discord/smali_classes2/okhttp3/Interceptor.smali

26 lines
551 B
Smali
Raw Normal View History

2020-11-12 02:11:44 +00:00
.class public interface abstract Lokhttp3/Interceptor;
.super Ljava/lang/Object;
.source "Interceptor.kt"
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
2020-11-16 22:05:17 +00:00
Lokhttp3/Interceptor$Chain;
2020-11-12 02:11:44 +00:00
}
.end annotation
# static fields
2020-11-16 22:05:17 +00:00
.field public static final synthetic a:I
2020-11-12 02:11:44 +00:00
# virtual methods
.method public abstract intercept(Lokhttp3/Interceptor$Chain;)Lokhttp3/Response;
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.end method