Initial import of ADIF API reverse-engineering toolkit

This commit is contained in:
2025-12-16 08:37:56 +01:00
commit 60388529c1
11486 changed files with 1086536 additions and 0 deletions

View 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;
}
}