21 lines
560 B
Java
21 lines
560 B
Java
package o;
|
|
|
|
import android.widget.LinearLayout;
|
|
import android.widget.TextView;
|
|
import androidx.appcompat.widget.AppCompatButton;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class NxN {
|
|
public final LinearLayout b;
|
|
public final TextView c;
|
|
public final AppCompatButton d;
|
|
public final TextView e;
|
|
|
|
public NxN(LinearLayout linearLayout, AppCompatButton appCompatButton, TextView textView, TextView textView2) {
|
|
this.b = linearLayout;
|
|
this.d = appCompatButton;
|
|
this.e = textView;
|
|
this.c = textView2;
|
|
}
|
|
}
|