Changes of com.discord v1325

This commit is contained in:
root 2020-11-12 02:11:44 +00:00
parent d9d9f382c9
commit 3cb9e1231d
28086 changed files with 4880345 additions and 0 deletions

View file

@ -0,0 +1,11 @@
.class public interface abstract Lcom/lyft/kronos/KronosClock;
.super Ljava/lang/Object;
.source "Clock.kt"
# interfaces
.implements Lf/j/a/a;
# virtual methods
.method public abstract a()J
.end method

View file

@ -0,0 +1,12 @@
.class public final Lcom/lyft/kronos/R;
.super Ljava/lang/Object;
# direct methods
.method public constructor <init>()V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method

View file

@ -0,0 +1,17 @@
.class public final Lcom/lyft/kronos/internal/ntp/NTPSyncException;
.super Ljava/lang/RuntimeException;
.source "NTPSyncException.kt"
# direct methods
.method public constructor <init>(Ljava/lang/String;)V
.locals 1
const-string v0, "message"
invoke-static {p1, v0}, Lz/n/c/j;->checkParameterIsNotNull(Ljava/lang/Object;Ljava/lang/String;)V
invoke-direct {p0, p1}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
return-void
.end method