23 lines
593 B
Java
23 lines
593 B
Java
|
package o;
|
||
|
|
||
|
import android.widget.Button;
|
||
|
import android.widget.LinearLayout;
|
||
|
import android.widget.TextView;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class mwi {
|
||
|
public final TextView a;
|
||
|
public final Button b;
|
||
|
private TextView c;
|
||
|
public final LinearLayout d;
|
||
|
private final LinearLayout e;
|
||
|
|
||
|
public mwi(LinearLayout linearLayout, Button button, LinearLayout linearLayout2, TextView textView, TextView textView2) {
|
||
|
this.e = linearLayout;
|
||
|
this.b = button;
|
||
|
this.d = linearLayout2;
|
||
|
this.c = textView;
|
||
|
this.a = textView2;
|
||
|
}
|
||
|
}
|