31 lines
932 B
Java
31 lines
932 B
Java
package o;
|
|
|
|
import android.widget.FrameLayout;
|
|
import android.widget.ImageView;
|
|
import android.widget.LinearLayout;
|
|
import android.widget.TextView;
|
|
import androidx.recyclerview.widget.RecyclerView;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class LTA {
|
|
public final FrameLayout a;
|
|
public final LinearLayout b;
|
|
public final RecyclerView c;
|
|
private ImageView d;
|
|
public final LinearLayout e;
|
|
private TextView f;
|
|
private TextView h;
|
|
private TextView i;
|
|
|
|
public LTA(FrameLayout frameLayout, ImageView imageView, LinearLayout linearLayout, LinearLayout linearLayout2, RecyclerView recyclerView, TextView textView, TextView textView2, TextView textView3) {
|
|
this.a = frameLayout;
|
|
this.d = imageView;
|
|
this.e = linearLayout;
|
|
this.b = linearLayout2;
|
|
this.c = recyclerView;
|
|
this.f = textView;
|
|
this.i = textView2;
|
|
this.h = textView3;
|
|
}
|
|
}
|