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

19 lines
603 B
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import android.widget.LinearLayout;
import androidx.appcompat.widget.AppCompatCheckBox;
import com.scb.phone.view.custom.easycash.CustomEasyCashSectionLabel;
/* loaded from: classes3.dex */
public final class Jpx {
public final AppCompatCheckBox b;
public final CustomEasyCashSectionLabel c;
public final LinearLayout d;
public Jpx(LinearLayout linearLayout, AppCompatCheckBox appCompatCheckBox, CustomEasyCashSectionLabel customEasyCashSectionLabel) {
this.d = linearLayout;
this.b = appCompatCheckBox;
this.c = customEasyCashSectionLabel;
}
}