18 lines
403 B
Java
18 lines
403 B
Java
package o;
|
|
|
|
import android.widget.LinearLayout;
|
|
import android.widget.TextView;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class AvX {
|
|
public final TextView c;
|
|
private final LinearLayout d;
|
|
private TextView e;
|
|
|
|
public AvX(LinearLayout linearLayout, TextView textView, TextView textView2) {
|
|
this.d = linearLayout;
|
|
this.c = textView;
|
|
this.e = textView2;
|
|
}
|
|
}
|