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

22 lines
698 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.scb.phone.view.custom.common.ClearableEditText;
import com.scb.phone.view.fragment.hml.HmlNTBPersonalInfoFragment;
/* renamed from: o.fcW, reason: case insensitive filesystem */
/* loaded from: classes5.dex */
public final /* synthetic */ class C13553fcW implements ClearableEditText.RVV {
private HmlNTBPersonalInfoFragment e;
@Override // com.scb.phone.view.custom.common.ClearableEditText.RVV
public final boolean c(String str) {
boolean d;
d = this.e.presenter.d(str);
return d;
}
public /* synthetic */ C13553fcW(HmlNTBPersonalInfoFragment hmlNTBPersonalInfoFragment) {
this.e = hmlNTBPersonalInfoFragment;
}
}