26 lines
805 B
Java
26 lines
805 B
Java
|
package o;
|
||
|
|
||
|
import android.widget.LinearLayout;
|
||
|
import android.widget.TextView;
|
||
|
import androidx.core.widget.NestedScrollView;
|
||
|
import androidx.recyclerview.widget.RecyclerView;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class LgR {
|
||
|
public final LinearLayout a;
|
||
|
public final RecyclerView b;
|
||
|
public final NestedScrollView c;
|
||
|
public final RecyclerView d;
|
||
|
public final RecyclerView e;
|
||
|
private TextView f;
|
||
|
|
||
|
public LgR(NestedScrollView nestedScrollView, LinearLayout linearLayout, RecyclerView recyclerView, RecyclerView recyclerView2, RecyclerView recyclerView3, TextView textView) {
|
||
|
this.c = nestedScrollView;
|
||
|
this.a = linearLayout;
|
||
|
this.d = recyclerView;
|
||
|
this.b = recyclerView2;
|
||
|
this.e = recyclerView3;
|
||
|
this.f = textView;
|
||
|
}
|
||
|
}
|