- 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
20 lines
583 B
Java
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() {
|
|
}
|
|
}
|