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

37 lines
625 B
Smali

.class public abstract Lrx/Scheduler;
.super Ljava/lang/Object;
.source "Scheduler.java"
# 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
.method public abstract IW()Lrx/Scheduler$Worker;
.end method