20 lines
614 B
Java
20 lines
614 B
Java
package o;
|
|
|
|
import android.widget.LinearLayout;
|
|
import com.scb.phone.view.custom.investment.onboarding.CustomSpinnerWithTitle;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class ALt {
|
|
public final LinearLayout b;
|
|
public final LinearLayout c;
|
|
public final CustomSpinnerWithTitle d;
|
|
private LinearLayout e;
|
|
|
|
public ALt(LinearLayout linearLayout, CustomSpinnerWithTitle customSpinnerWithTitle, LinearLayout linearLayout2, LinearLayout linearLayout3) {
|
|
this.c = linearLayout;
|
|
this.d = customSpinnerWithTitle;
|
|
this.b = linearLayout2;
|
|
this.e = linearLayout3;
|
|
}
|
|
}
|