25 lines
658 B
Java
25 lines
658 B
Java
package o;
|
|
|
|
import android.widget.ImageView;
|
|
import android.widget.TextView;
|
|
import androidx.cardview.widget.CardView;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class ACD {
|
|
public final ImageView a;
|
|
public final CardView b;
|
|
public final TextView c;
|
|
public final CardView d;
|
|
public final TextView e;
|
|
private TextView h;
|
|
|
|
public ACD(CardView cardView, CardView cardView2, ImageView imageView, TextView textView, TextView textView2, TextView textView3) {
|
|
this.b = cardView;
|
|
this.d = cardView2;
|
|
this.a = imageView;
|
|
this.e = textView;
|
|
this.h = textView2;
|
|
this.c = textView3;
|
|
}
|
|
}
|