23 lines
612 B
Java
23 lines
612 B
Java
package o;
|
|
|
|
import android.widget.ImageView;
|
|
import android.widget.LinearLayout;
|
|
import android.widget.TextView;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class qyQ {
|
|
public final LinearLayout a;
|
|
public final ImageView b;
|
|
public final LinearLayout c;
|
|
public final TextView d;
|
|
public final TextView e;
|
|
|
|
public qyQ(LinearLayout linearLayout, LinearLayout linearLayout2, ImageView imageView, TextView textView, TextView textView2) {
|
|
this.a = linearLayout;
|
|
this.c = linearLayout2;
|
|
this.b = imageView;
|
|
this.e = textView;
|
|
this.d = textView2;
|
|
}
|
|
}
|