24 lines
679 B
Java
24 lines
679 B
Java
package o;
|
|
|
|
import android.widget.ImageView;
|
|
import android.widget.LinearLayout;
|
|
import android.widget.TextView;
|
|
import androidx.constraintlayout.widget.ConstraintLayout;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class TDl {
|
|
public final TextView a;
|
|
private ImageView b;
|
|
public final TextView c;
|
|
public final ConstraintLayout d;
|
|
public final LinearLayout e;
|
|
|
|
public TDl(ConstraintLayout constraintLayout, ImageView imageView, LinearLayout linearLayout, TextView textView, TextView textView2) {
|
|
this.d = constraintLayout;
|
|
this.b = imageView;
|
|
this.e = linearLayout;
|
|
this.c = textView;
|
|
this.a = textView2;
|
|
}
|
|
}
|