what-the-bank/sources/o/XYX.java

19 lines
632 B
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
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;
}
}