25 lines
728 B
Java
25 lines
728 B
Java
|
package o;
|
||
|
|
||
|
import android.widget.Button;
|
||
|
import android.widget.ImageView;
|
||
|
import android.widget.LinearLayout;
|
||
|
import androidx.constraintlayout.widget.ConstraintLayout;
|
||
|
import com.scb.phone.view.custom.webview.SCBWebView;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class xjL {
|
||
|
public final ConstraintLayout a;
|
||
|
private LinearLayout b;
|
||
|
public final Button c;
|
||
|
public final SCBWebView d;
|
||
|
public final ImageView e;
|
||
|
|
||
|
public xjL(ConstraintLayout constraintLayout, Button button, ImageView imageView, LinearLayout linearLayout, SCBWebView sCBWebView) {
|
||
|
this.a = constraintLayout;
|
||
|
this.c = button;
|
||
|
this.e = imageView;
|
||
|
this.b = linearLayout;
|
||
|
this.d = sCBWebView;
|
||
|
}
|
||
|
}
|