32 lines
1.0 KiB
Java
32 lines
1.0 KiB
Java
package o;
|
|
|
|
import android.view.View;
|
|
import android.widget.LinearLayout;
|
|
import android.widget.TextView;
|
|
import com.scb.phone.view.custom.easycash.CustomEasyCashSectionLabel;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class RRs {
|
|
public final TextView a;
|
|
public final LinearLayout b;
|
|
public final LinearLayout c;
|
|
public final LinearLayout d;
|
|
public final LinearLayout e;
|
|
public final TextView f;
|
|
private final View h;
|
|
public final TextView i;
|
|
private CustomEasyCashSectionLabel j;
|
|
|
|
public RRs(View view, LinearLayout linearLayout, LinearLayout linearLayout2, LinearLayout linearLayout3, LinearLayout linearLayout4, CustomEasyCashSectionLabel customEasyCashSectionLabel, TextView textView, TextView textView2, TextView textView3) {
|
|
this.h = view;
|
|
this.d = linearLayout;
|
|
this.c = linearLayout2;
|
|
this.e = linearLayout3;
|
|
this.b = linearLayout4;
|
|
this.j = customEasyCashSectionLabel;
|
|
this.a = textView;
|
|
this.f = textView2;
|
|
this.i = textView3;
|
|
}
|
|
}
|