Files
rr3-apk/decompiled-community/sources/kotlin/jvm/internal/IntCompanionObject.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 IntCompanionObject {
public static final IntCompanionObject INSTANCE = new IntCompanionObject();
public static final int MAX_VALUE = Integer.MAX_VALUE;
public static final int MIN_VALUE = Integer.MIN_VALUE;
public static final int SIZE_BITS = 32;
public static final int SIZE_BYTES = 4;
public static /* synthetic */ void getSIZE_BITS$annotations() {
}
public static /* synthetic */ void getSIZE_BYTES$annotations() {
}
private IntCompanionObject() {
}
}