Files
rr3-apk/smali_classes2/com/google/android/gms/games/PageDirection.smali
supermegamestre 4bbd74a497 First Upload
Just the APK
Force update disabled, will only work offline.
2026-01-26 00:26:29 -03:00

37 lines
758 B
Smali

.class public final Lcom/google/android/gms/games/PageDirection;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lcom/google/android/gms/games/PageDirection$Direction;
}
.end annotation
# static fields
.field public static final NEXT:I = 0x0
.field public static final NONE:I = -0x1
.field public static final PREV:I = 0x1
# direct methods
.method private constructor <init>()V
.locals 2
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
new-instance v0, Ljava/lang/AssertionError;
const-string v1, "Uninstantiable"
invoke-direct {v0, v1}, Ljava/lang/AssertionError;-><init>(Ljava/lang/Object;)V
throw v0
.end method