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

35 lines
1.2 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import android.widget.FrameLayout;
import android.widget.ImageView;
import android.widget.TextView;
import androidx.appcompat.widget.AppCompatTextView;
import androidx.appcompat.widget.LinearLayoutCompat;
import androidx.core.widget.NestedScrollView;
import androidx.recyclerview.widget.RecyclerView;
/* loaded from: classes3.dex */
public final class RHA {
public final NestedScrollView a;
public final NestedScrollView b;
public final TextView c;
public final LinearLayoutCompat d;
public final RecyclerView e;
private ImageView f;
private FrameLayout g;
private AppCompatTextView i;
private FrameLayout j;
public RHA(NestedScrollView nestedScrollView, FrameLayout frameLayout, FrameLayout frameLayout2, ImageView imageView, LinearLayoutCompat linearLayoutCompat, NestedScrollView nestedScrollView2, RecyclerView recyclerView, AppCompatTextView appCompatTextView, TextView textView) {
this.a = nestedScrollView;
this.j = frameLayout;
this.g = frameLayout2;
this.f = imageView;
this.d = linearLayoutCompat;
this.b = nestedScrollView2;
this.e = recyclerView;
this.i = appCompatTextView;
this.c = textView;
}
}