19 lines
603 B
Java
19 lines
603 B
Java
|
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;
|
||
|
}
|
||
|
}
|