Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
27
apk_decompiled/sources/g0/e.java
Normal file
27
apk_decompiled/sources/g0/e.java
Normal file
@@ -0,0 +1,27 @@
|
||||
package g0;
|
||||
|
||||
import com.google.firebase.sessions.settings.RemoteSettings;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public final class e {
|
||||
|
||||
/* renamed from: a, reason: collision with root package name */
|
||||
public final long f6696a;
|
||||
|
||||
/* renamed from: b, reason: collision with root package name */
|
||||
public final long f6697b;
|
||||
|
||||
public e(long j4, long j5) {
|
||||
if (j5 == 0) {
|
||||
this.f6696a = 0L;
|
||||
this.f6697b = 1L;
|
||||
} else {
|
||||
this.f6696a = j4;
|
||||
this.f6697b = j5;
|
||||
}
|
||||
}
|
||||
|
||||
public final String toString() {
|
||||
return this.f6696a + RemoteSettings.FORWARD_SLASH_STRING + this.f6697b;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user