32 lines
969 B
Java
32 lines
969 B
Java
|
package o;
|
||
|
|
||
|
import android.view.View;
|
||
|
import android.widget.ImageView;
|
||
|
import android.widget.LinearLayout;
|
||
|
import android.widget.RelativeLayout;
|
||
|
import android.widget.TextView;
|
||
|
import androidx.constraintlayout.widget.ConstraintLayout;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class AhQ {
|
||
|
public final TextView a;
|
||
|
private ImageView b;
|
||
|
public final View c;
|
||
|
public final TextView d;
|
||
|
public final TextView e;
|
||
|
private ConstraintLayout f;
|
||
|
private LinearLayout g;
|
||
|
private final RelativeLayout j;
|
||
|
|
||
|
public AhQ(RelativeLayout relativeLayout, TextView textView, TextView textView2, ImageView imageView, LinearLayout linearLayout, ConstraintLayout constraintLayout, View view, TextView textView3) {
|
||
|
this.j = relativeLayout;
|
||
|
this.a = textView;
|
||
|
this.e = textView2;
|
||
|
this.b = imageView;
|
||
|
this.g = linearLayout;
|
||
|
this.f = constraintLayout;
|
||
|
this.c = view;
|
||
|
this.d = textView3;
|
||
|
}
|
||
|
}
|