38 lines
1.5 KiB
Java
38 lines
1.5 KiB
Java
|
package o;
|
||
|
|
||
|
import android.widget.LinearLayout;
|
||
|
import android.widget.Spinner;
|
||
|
import androidx.appcompat.widget.AppCompatButton;
|
||
|
import androidx.appcompat.widget.AppCompatImageButton;
|
||
|
import androidx.appcompat.widget.AppCompatTextView;
|
||
|
import androidx.core.widget.NestedScrollView;
|
||
|
import com.google.android.material.tabs.TabLayout;
|
||
|
import com.scb.phone.view.custom.common.RealWrapContentViewPager;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class TeF {
|
||
|
public final AppCompatButton a;
|
||
|
public final LinearLayout b;
|
||
|
public final AppCompatImageButton c;
|
||
|
public final NestedScrollView d;
|
||
|
public final LinearLayout e;
|
||
|
private AppCompatTextView f;
|
||
|
private AppCompatTextView g;
|
||
|
public final Spinner h;
|
||
|
public final RealWrapContentViewPager i;
|
||
|
public final TabLayout j;
|
||
|
|
||
|
public TeF(LinearLayout linearLayout, AppCompatButton appCompatButton, AppCompatImageButton appCompatImageButton, LinearLayout linearLayout2, NestedScrollView nestedScrollView, Spinner spinner, TabLayout tabLayout, AppCompatTextView appCompatTextView, AppCompatTextView appCompatTextView2, RealWrapContentViewPager realWrapContentViewPager) {
|
||
|
this.b = linearLayout;
|
||
|
this.a = appCompatButton;
|
||
|
this.c = appCompatImageButton;
|
||
|
this.e = linearLayout2;
|
||
|
this.d = nestedScrollView;
|
||
|
this.h = spinner;
|
||
|
this.j = tabLayout;
|
||
|
this.f = appCompatTextView;
|
||
|
this.g = appCompatTextView2;
|
||
|
this.i = realWrapContentViewPager;
|
||
|
}
|
||
|
}
|