31 lines
979 B
Java
31 lines
979 B
Java
package o;
|
|
|
|
import android.widget.Button;
|
|
import android.widget.ImageView;
|
|
import android.widget.LinearLayout;
|
|
import android.widget.TextView;
|
|
import androidx.constraintlayout.widget.ConstraintLayout;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class YaU {
|
|
public final TextView a;
|
|
public final TextView b;
|
|
public final ConstraintLayout c;
|
|
public final Button d;
|
|
private ImageView e;
|
|
private ConstraintLayout f;
|
|
private ConstraintLayout g;
|
|
private LinearLayout i;
|
|
|
|
public YaU(ConstraintLayout constraintLayout, Button button, ImageView imageView, ConstraintLayout constraintLayout2, ConstraintLayout constraintLayout3, LinearLayout linearLayout, TextView textView, TextView textView2) {
|
|
this.c = constraintLayout;
|
|
this.d = button;
|
|
this.e = imageView;
|
|
this.g = constraintLayout2;
|
|
this.f = constraintLayout3;
|
|
this.i = linearLayout;
|
|
this.b = textView;
|
|
this.a = textView2;
|
|
}
|
|
}
|