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

18 lines
524 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import android.view.View;
import android.widget.TextView;
/* renamed from: o.dxP, reason: case insensitive filesystem */
/* loaded from: classes4.dex */
public final class C10151dxP extends AbstractC10155dxT<String> {
final TextView d;
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
public C10151dxP(View view) {
super(view);
C14957gcv.e(view, "");
this.d = (TextView) view.findViewById(com.scb.phone.R.id.tv_history_value);
}
}