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,33 @@
package V1;
/* loaded from: classes3.dex */
public final class k extends s {
/* renamed from: a, reason: collision with root package name */
public final i f1842a;
public k(i iVar) {
this.f1842a = iVar;
}
public final boolean equals(Object obj) {
if (obj == this) {
return true;
}
if (!(obj instanceof s)) {
return false;
}
s sVar = (s) obj;
Object obj2 = r.f1866a;
((k) sVar).getClass();
return obj2.equals(obj2) && this.f1842a.equals(((k) sVar).f1842a);
}
public final int hashCode() {
return this.f1842a.hashCode() ^ ((r.f1866a.hashCode() ^ 1000003) * 1000003);
}
public final String toString() {
return "ClientInfo{clientType=" + r.f1866a + ", androidClientInfo=" + this.f1842a + "}";
}
}