35 lines
1.2 KiB
Java
35 lines
1.2 KiB
Java
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;
|
|
}
|
|
}
|