18 lines
524 B
Java
18 lines
524 B
Java
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);
|
|
}
|
|
}
|