26 lines
685 B
Java
26 lines
685 B
Java
package o;
|
|
|
|
import android.widget.Button;
|
|
import android.widget.LinearLayout;
|
|
import android.widget.TextView;
|
|
import androidx.cardview.widget.CardView;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class EIQ {
|
|
public final CardView a;
|
|
public final Button b;
|
|
public final TextView c;
|
|
public final TextView d;
|
|
public final Button e;
|
|
private LinearLayout j;
|
|
|
|
public EIQ(CardView cardView, Button button, Button button2, LinearLayout linearLayout, TextView textView, TextView textView2) {
|
|
this.a = cardView;
|
|
this.b = button;
|
|
this.e = button2;
|
|
this.j = linearLayout;
|
|
this.d = textView;
|
|
this.c = textView2;
|
|
}
|
|
}
|