mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2024-12-26 09:02:34 -06:00
30 lines
589 B
Smali
30 lines
589 B
Smali
.class public final Lio/sentry/SentryInstantDateProvider;
|
|
.super Ljava/lang/Object;
|
|
.source "SentryInstantDateProvider.java"
|
|
|
|
# interfaces
|
|
.implements Lio/sentry/SentryDateProvider;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>()V
|
|
.locals 0
|
|
|
|
.line 6
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public now()Lio/sentry/SentryDate;
|
|
.locals 0
|
|
|
|
.line 9
|
|
new-instance p0, Lio/sentry/SentryInstantDate;
|
|
|
|
invoke-direct {p0}, Lio/sentry/SentryInstantDate;-><init>()V
|
|
|
|
return-object p0
|
|
.end method
|