apkfuckery/com.discord/smali_classes2/rx/Scheduler.smali

37 lines
625 B
Smali
Raw Normal View History

2019-02-04 20:08:30 +00:00
.class public abstract Lrx/Scheduler;
.super Ljava/lang/Object;
2019-02-04 20:29:01 +00:00
.source "Scheduler.java"
2019-02-04 20:08:30 +00:00
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lrx/Scheduler$Worker;
}
.end annotation
# direct methods
.method public constructor <init>()V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
.method public static now()J
.locals 2
invoke-static {}, Ljava/lang/System;->currentTimeMillis()J
move-result-wide v0
return-wide v0
.end method
# virtual methods
2019-03-22 22:04:12 +00:00
.method public abstract DL()Lrx/Scheduler$Worker;
2019-02-04 20:08:30 +00:00
.end method