35 lines
771 B
Java
35 lines
771 B
Java
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);
|
|
}
|
|
}
|
|
}
|