- 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
23 lines
586 B
Java
23 lines
586 B
Java
package kotlin;
|
|
|
|
import kotlin.jvm.internal.DefaultConstructorMarker;
|
|
|
|
/* loaded from: classes5.dex */
|
|
public abstract class ULong implements Comparable {
|
|
public static final Companion Companion = new Companion(null);
|
|
|
|
/* renamed from: constructor-impl, reason: not valid java name */
|
|
public static long m4068constructorimpl(long j) {
|
|
return j;
|
|
}
|
|
|
|
public static final class Companion {
|
|
public /* synthetic */ Companion(DefaultConstructorMarker defaultConstructorMarker) {
|
|
this();
|
|
}
|
|
|
|
public Companion() {
|
|
}
|
|
}
|
|
}
|