Changes of com.discord v1144

This commit is contained in:
distok 2020-05-17 12:40:10 +00:00
parent 4746542b20
commit f52990c3c2
25752 changed files with 4382359 additions and 77 deletions

View file

@ -0,0 +1,38 @@
.class public interface abstract Lokhttp3/Interceptor;
.super Ljava/lang/Object;
.source "Interceptor.kt"
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lokhttp3/Interceptor$Chain;,
Lokhttp3/Interceptor$a;
}
.end annotation
# static fields
.field public static final a:Lokhttp3/Interceptor$a;
# direct methods
.method public static constructor <clinit>()V
.locals 1
sget-object v0, Lokhttp3/Interceptor$a;->a:Lokhttp3/Interceptor$a;
sput-object v0, Lokhttp3/Interceptor;->a:Lokhttp3/Interceptor$a;
return-void
.end method
# virtual methods
.method public abstract intercept(Lokhttp3/Interceptor$Chain;)Lokhttp3/Response;
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.end method