31 lines
963 B
Java
31 lines
963 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 WcX {
|
|
public final Button a;
|
|
public final ConstraintLayout b;
|
|
public final TextView c;
|
|
private ImageView d;
|
|
public final TextView e;
|
|
private LinearLayout g;
|
|
private ConstraintLayout h;
|
|
private LinearLayout j;
|
|
|
|
public WcX(ConstraintLayout constraintLayout, Button button, ImageView imageView, LinearLayout linearLayout, LinearLayout linearLayout2, ConstraintLayout constraintLayout2, TextView textView, TextView textView2) {
|
|
this.b = constraintLayout;
|
|
this.a = button;
|
|
this.d = imageView;
|
|
this.j = linearLayout;
|
|
this.g = linearLayout2;
|
|
this.h = constraintLayout2;
|
|
this.c = textView;
|
|
this.e = textView2;
|
|
}
|
|
}
|