33 lines
1.2 KiB
Java
33 lines
1.2 KiB
Java
package o;
|
|
|
|
import android.view.View;
|
|
import android.widget.TextView;
|
|
import androidx.appcompat.widget.AppCompatButton;
|
|
import androidx.appcompat.widget.AppCompatRadioButton;
|
|
import androidx.constraintlayout.widget.ConstraintLayout;
|
|
import androidx.core.widget.NestedScrollView;
|
|
import com.scb.phone.view.custom.webview.SCBWebView;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class UNm {
|
|
public final ConstraintLayout a;
|
|
public final AppCompatRadioButton b;
|
|
public final AppCompatButton c;
|
|
public final TextView d;
|
|
public final AppCompatRadioButton e;
|
|
private View f;
|
|
public final SCBWebView g;
|
|
private NestedScrollView h;
|
|
|
|
public UNm(ConstraintLayout constraintLayout, AppCompatButton appCompatButton, NestedScrollView nestedScrollView, View view, AppCompatRadioButton appCompatRadioButton, AppCompatRadioButton appCompatRadioButton2, TextView textView, SCBWebView sCBWebView) {
|
|
this.a = constraintLayout;
|
|
this.c = appCompatButton;
|
|
this.h = nestedScrollView;
|
|
this.f = view;
|
|
this.e = appCompatRadioButton;
|
|
this.b = appCompatRadioButton2;
|
|
this.d = textView;
|
|
this.g = sCBWebView;
|
|
}
|
|
}
|