22 lines
627 B
Java
22 lines
627 B
Java
|
package o;
|
||
|
|
||
|
import android.widget.LinearLayout;
|
||
|
import com.scb.phone.view.custom.common.ThaiTextView;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class PFp {
|
||
|
private ThaiTextView a;
|
||
|
private ThaiTextView b;
|
||
|
private ThaiTextView c;
|
||
|
private ThaiTextView d;
|
||
|
public final LinearLayout e;
|
||
|
|
||
|
public PFp(LinearLayout linearLayout, ThaiTextView thaiTextView, ThaiTextView thaiTextView2, ThaiTextView thaiTextView3, ThaiTextView thaiTextView4) {
|
||
|
this.e = linearLayout;
|
||
|
this.d = thaiTextView;
|
||
|
this.a = thaiTextView2;
|
||
|
this.b = thaiTextView3;
|
||
|
this.c = thaiTextView4;
|
||
|
}
|
||
|
}
|