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

22 lines
494 B
Smali
Raw Normal View History

2019-02-04 20:05:16 +00:00
.class public interface abstract Lokhttp3/Interceptor;
.super Ljava/lang/Object;
2019-02-04 20:29:01 +00:00
.source "Interceptor.java"
2019-02-04 20:05:16 +00:00
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lokhttp3/Interceptor$Chain;
}
.end annotation
# virtual methods
.method public abstract intercept(Lokhttp3/Interceptor$Chain;)Lokhttp3/Response;
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.end method