Files
rr3-apk/decompiled-community/sources/kotlin/jvm/internal/LongCompanionObject.java
Daniel Elliott c080f0d97f Add Discord community version (64-bit only)
- Added realracing3-community.apk (71.57 MB)
- Removed 32-bit support (armeabi-v7a)
- Only includes arm64-v8a libraries
- Decompiled source code included
- Added README-community.md with analysis
2026-02-18 15:48:36 -08:00

20 lines
583 B
Java

package kotlin.jvm.internal;
/* loaded from: classes5.dex */
public final class LongCompanionObject {
public static final LongCompanionObject INSTANCE = new LongCompanionObject();
public static final long MAX_VALUE = Long.MAX_VALUE;
public static final long MIN_VALUE = Long.MIN_VALUE;
public static final int SIZE_BITS = 64;
public static final int SIZE_BYTES = 8;
public static /* synthetic */ void getSIZE_BITS$annotations() {
}
public static /* synthetic */ void getSIZE_BYTES$annotations() {
}
private LongCompanionObject() {
}
}