Files
rr3-apk/smali_classes5/kotlin/time/ComparableTimeMark.smali
supermegamestre 4bbd74a497 First Upload
Just the APK
Force update disabled, will only work offline.
2026-01-26 00:26:29 -03:00

21 lines
461 B
Smali

.class public interface abstract Lkotlin/time/ComparableTimeMark;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Lkotlin/time/TimeMark;
.implements Ljava/lang/Comparable;
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lkotlin/time/ComparableTimeMark$DefaultImpls;
}
.end annotation
# virtual methods
.method public abstract minus-UwyO8pc(Lkotlin/time/ComparableTimeMark;)J
.end method