19 lines
632 B
Java
19 lines
632 B
Java
package o;
|
|
|
|
import android.widget.LinearLayout;
|
|
import com.scb.phone.view.custom.easycash.CustomAccountSelector;
|
|
import com.scb.phone.view.custom.easycash.CustomEasyCashSectionLabel;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class XYX {
|
|
public final CustomAccountSelector a;
|
|
public final CustomEasyCashSectionLabel b;
|
|
public final LinearLayout e;
|
|
|
|
public XYX(LinearLayout linearLayout, CustomAccountSelector customAccountSelector, CustomEasyCashSectionLabel customEasyCashSectionLabel) {
|
|
this.e = linearLayout;
|
|
this.a = customAccountSelector;
|
|
this.b = customEasyCashSectionLabel;
|
|
}
|
|
}
|