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