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

32 lines
1006 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import android.view.View;
import android.widget.ImageView;
import android.widget.RelativeLayout;
import android.widget.TextView;
import androidx.core.widget.NestedScrollView;
import androidx.recyclerview.widget.RecyclerView;
/* loaded from: classes3.dex */
public final class EsJ {
public final NestedScrollView a;
public final RecyclerView b;
public final ImageView c;
public final ImageView d;
public final TextView e;
private View g;
private NestedScrollView i;
private RelativeLayout j;
public EsJ(NestedScrollView nestedScrollView, ImageView imageView, View view, RelativeLayout relativeLayout, RecyclerView recyclerView, NestedScrollView nestedScrollView2, ImageView imageView2, TextView textView) {
this.a = nestedScrollView;
this.c = imageView;
this.g = view;
this.j = relativeLayout;
this.b = recyclerView;
this.i = nestedScrollView2;
this.d = imageView2;
this.e = textView;
}
}