what-the-bank/sources/o/rhk.java

33 lines
1.0 KiB
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 rhk {
public final TextView a;
public final ConstraintLayout b;
public final TextView c;
private ImageView d;
public final Button e;
private ConstraintLayout f;
private TextView h;
private ConstraintLayout i;
private LinearLayout j;
public rhk(ConstraintLayout constraintLayout, Button button, ImageView imageView, ConstraintLayout constraintLayout2, ConstraintLayout constraintLayout3, LinearLayout linearLayout, TextView textView, TextView textView2, TextView textView3) {
this.b = constraintLayout;
this.e = button;
this.d = imageView;
this.f = constraintLayout2;
this.i = constraintLayout3;
this.j = linearLayout;
this.c = textView;
this.a = textView2;
this.h = textView3;
}
}