what-the-bank/sources/o/C15470grW.java

26 lines
579 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
/* renamed from: o.grW, reason: case insensitive filesystem */
/* loaded from: classes6.dex */
public final class C15470grW {
public String a;
public String b;
public final int hashCode() {
return 32;
}
public final boolean equals(Object obj) {
if (!(obj instanceof C15470grW)) {
return false;
}
C15470grW c15470grW = (C15470grW) obj;
if (c15470grW == this) {
return true;
}
String str = c15470grW.a;
String str2 = c15470grW.b;
return true;
}
}