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

31 lines
984 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import android.widget.Button;
import android.widget.LinearLayout;
import android.widget.TextView;
import androidx.constraintlayout.widget.ConstraintLayout;
import com.scb.phone.view.custom.login.CustomKeypad;
/* loaded from: classes3.dex */
public final class tGz {
public final ConstraintLayout a;
public final TextView b;
public final TextView c;
public final Button d;
public final CustomKeypad e;
private ConstraintLayout h;
private LinearLayout i;
private TextView j;
public tGz(ConstraintLayout constraintLayout, Button button, CustomKeypad customKeypad, LinearLayout linearLayout, TextView textView, TextView textView2, TextView textView3, ConstraintLayout constraintLayout2) {
this.a = constraintLayout;
this.d = button;
this.e = customKeypad;
this.i = linearLayout;
this.c = textView;
this.b = textView2;
this.j = textView3;
this.h = constraintLayout2;
}
}