Weather/smali_classes4/okhttp3/Interceptor.smali
2021-05-10 10:13:34 +02:00

22 lines
486 B
Smali

.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 a(Lokhttp3/Interceptor$Chain;)Lokhttp3/Response;
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.end method