package o; import android.view.View; import android.widget.LinearLayout; import android.widget.TextView; /* loaded from: classes3.dex */ public final class utx { public final TextView a; public final TextView b; public final LinearLayout c; public final View e; public utx(LinearLayout linearLayout, TextView textView, TextView textView2, View view) { this.c = linearLayout; this.a = textView; this.b = textView2; this.e = view; } }