Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
28
apk_decompiled/sources/T0/e.java
Normal file
28
apk_decompiled/sources/T0/e.java
Normal file
@@ -0,0 +1,28 @@
|
||||
package T0;
|
||||
|
||||
import I0.m;
|
||||
import kotlin.jvm.internal.Intrinsics;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public final class e implements i {
|
||||
@Override // T0.i
|
||||
public final Object a(m mVar) {
|
||||
return h.f1642c;
|
||||
}
|
||||
|
||||
public final boolean equals(Object obj) {
|
||||
if (this == obj) {
|
||||
return true;
|
||||
}
|
||||
if (!(obj instanceof e)) {
|
||||
return false;
|
||||
}
|
||||
((e) obj).getClass();
|
||||
h hVar = h.f1642c;
|
||||
return Intrinsics.areEqual(hVar, hVar);
|
||||
}
|
||||
|
||||
public final int hashCode() {
|
||||
return h.f1642c.hashCode();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user