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