29 lines
845 B
Java
29 lines
845 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 ysh {
|
|
public final ConstraintLayout a;
|
|
public final ImageView b;
|
|
public final TextView c;
|
|
public final Button d;
|
|
public final Button e;
|
|
private LinearLayout g;
|
|
public final TextView i;
|
|
|
|
public ysh(ConstraintLayout constraintLayout, Button button, Button button2, ImageView imageView, LinearLayout linearLayout, TextView textView, TextView textView2) {
|
|
this.a = constraintLayout;
|
|
this.d = button;
|
|
this.e = button2;
|
|
this.b = imageView;
|
|
this.g = linearLayout;
|
|
this.c = textView;
|
|
this.i = textView2;
|
|
}
|
|
}
|