38 lines
1.2 KiB
Java
38 lines
1.2 KiB
Java
|
package o;
|
||
|
|
||
|
import android.view.View;
|
||
|
import android.widget.Button;
|
||
|
import android.widget.ImageButton;
|
||
|
import android.widget.TextView;
|
||
|
import androidx.constraintlayout.widget.ConstraintLayout;
|
||
|
import com.scb.phone.view.custom.common.CustomEditText;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class RRw {
|
||
|
public final ImageButton a;
|
||
|
public final ConstraintLayout b;
|
||
|
public final CustomEditText c;
|
||
|
public final Button d;
|
||
|
public final ConstraintLayout e;
|
||
|
public final TextView f;
|
||
|
private TextView g;
|
||
|
public final ConstraintLayout h;
|
||
|
public final ImageButton i;
|
||
|
public final TextView j;
|
||
|
private View k;
|
||
|
|
||
|
public RRw(ConstraintLayout constraintLayout, Button button, ConstraintLayout constraintLayout2, ConstraintLayout constraintLayout3, CustomEditText customEditText, ImageButton imageButton, ImageButton imageButton2, TextView textView, TextView textView2, TextView textView3, View view) {
|
||
|
this.h = constraintLayout;
|
||
|
this.d = button;
|
||
|
this.e = constraintLayout2;
|
||
|
this.b = constraintLayout3;
|
||
|
this.c = customEditText;
|
||
|
this.a = imageButton;
|
||
|
this.i = imageButton2;
|
||
|
this.f = textView;
|
||
|
this.j = textView2;
|
||
|
this.g = textView3;
|
||
|
this.k = view;
|
||
|
}
|
||
|
}
|