18 lines
515 B
Java
18 lines
515 B
Java
|
package o;
|
||
|
|
||
|
import android.view.View;
|
||
|
import android.widget.TextView;
|
||
|
|
||
|
/* renamed from: o.dyd, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes4.dex */
|
||
|
public final class C10218dyd extends AbstractC10155dxT<C3036apt> {
|
||
|
final TextView c;
|
||
|
|
||
|
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
||
|
public C10218dyd(View view) {
|
||
|
super(view);
|
||
|
C14957gcv.e(view, "");
|
||
|
this.c = (TextView) view.findViewById(com.scb.phone.R.id.text1);
|
||
|
}
|
||
|
}
|