29 lines
839 B
Java
29 lines
839 B
Java
package o;
|
|
|
|
import android.widget.ImageView;
|
|
import android.widget.LinearLayout;
|
|
import android.widget.TextView;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class XPZ {
|
|
private ImageView a;
|
|
private LinearLayout b;
|
|
private TextView c;
|
|
public final ImageView d;
|
|
public final LinearLayout e;
|
|
private TextView f;
|
|
private TextView g;
|
|
private final LinearLayout i;
|
|
|
|
public XPZ(LinearLayout linearLayout, ImageView imageView, TextView textView, ImageView imageView2, LinearLayout linearLayout2, LinearLayout linearLayout3, TextView textView2, TextView textView3) {
|
|
this.i = linearLayout;
|
|
this.d = imageView;
|
|
this.c = textView;
|
|
this.a = imageView2;
|
|
this.b = linearLayout2;
|
|
this.e = linearLayout3;
|
|
this.f = textView2;
|
|
this.g = textView3;
|
|
}
|
|
}
|