41 lines
1.3 KiB
Java
41 lines
1.3 KiB
Java
package o;
|
|
|
|
import android.view.View;
|
|
import android.widget.ImageView;
|
|
import android.widget.LinearLayout;
|
|
import android.widget.RelativeLayout;
|
|
import android.widget.TextView;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class Kic {
|
|
public final ImageView a;
|
|
public final TextView b;
|
|
public final RelativeLayout c;
|
|
public final TextView d;
|
|
public final LinearLayout e;
|
|
public final TextView f;
|
|
public final TextView g;
|
|
public final TextView h;
|
|
public final View i;
|
|
public final TextView j;
|
|
private LinearLayout k;
|
|
|
|
/* renamed from: o, reason: collision with root package name */
|
|
private final RelativeLayout f8240o;
|
|
|
|
public Kic(RelativeLayout relativeLayout, ImageView imageView, LinearLayout linearLayout, LinearLayout linearLayout2, RelativeLayout relativeLayout2, TextView textView, TextView textView2, TextView textView3, TextView textView4, TextView textView5, TextView textView6, View view) {
|
|
this.f8240o = relativeLayout;
|
|
this.a = imageView;
|
|
this.e = linearLayout;
|
|
this.k = linearLayout2;
|
|
this.c = relativeLayout2;
|
|
this.b = textView;
|
|
this.d = textView2;
|
|
this.f = textView3;
|
|
this.g = textView4;
|
|
this.h = textView5;
|
|
this.j = textView6;
|
|
this.i = view;
|
|
}
|
|
}
|