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

35 lines
771 B
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import o.InterfaceC9192dfA;
import o.ZI;
/* loaded from: classes4.dex */
public abstract class aVB<T extends InterfaceC9192dfA> extends ZI<T> {
public boolean c;
public aVB(C16903sI c16903sI) {
super(c16903sI);
}
public void b(final String str) {
C14957gcv.e(str, "");
ZI.IeS ieS = new ZI.IeS(str) { // from class: o.aVI
private String b;
@Override // o.ZI.IeS
public final void e(Object obj) {
String str2 = this.b;
C14957gcv.e(str2, "");
((InterfaceC9192dfA) obj).b(str2);
}
{
this.b = str;
}
};
if (this.f != 0) {
ieS.e(this.f);
}
}
}