32 lines
1014 B
Java
32 lines
1014 B
Java
|
package o;
|
||
|
|
||
|
import android.view.View;
|
||
|
import android.widget.ImageView;
|
||
|
import android.widget.LinearLayout;
|
||
|
import android.widget.TextView;
|
||
|
import androidx.constraintlayout.widget.ConstraintLayout;
|
||
|
import androidx.recyclerview.widget.RecyclerView;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class Dip {
|
||
|
public final ImageView a;
|
||
|
public final ConstraintLayout b;
|
||
|
public final LinearLayout c;
|
||
|
public final ConstraintLayout d;
|
||
|
public final RecyclerView e;
|
||
|
public final TextView f;
|
||
|
private View i;
|
||
|
public final TextView j;
|
||
|
|
||
|
public Dip(ConstraintLayout constraintLayout, ConstraintLayout constraintLayout2, View view, ImageView imageView, LinearLayout linearLayout, RecyclerView recyclerView, TextView textView, TextView textView2) {
|
||
|
this.d = constraintLayout;
|
||
|
this.b = constraintLayout2;
|
||
|
this.i = view;
|
||
|
this.a = imageView;
|
||
|
this.c = linearLayout;
|
||
|
this.e = recyclerView;
|
||
|
this.j = textView;
|
||
|
this.f = textView2;
|
||
|
}
|
||
|
}
|