31 lines
997 B
Java
31 lines
997 B
Java
package o;
|
|
|
|
import android.widget.LinearLayout;
|
|
import android.widget.Spinner;
|
|
import android.widget.TextView;
|
|
import androidx.constraintlayout.widget.ConstraintLayout;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class LOZ {
|
|
public final TextView a;
|
|
public final Spinner b;
|
|
public final Spinner c;
|
|
public final LinearLayout d;
|
|
public final LinearLayout e;
|
|
private final LinearLayout f;
|
|
public final TextView g;
|
|
private ConstraintLayout j;
|
|
|
|
/* JADX INFO: Access modifiers changed from: package-private */
|
|
public LOZ(LinearLayout linearLayout, ConstraintLayout constraintLayout, LinearLayout linearLayout2, LinearLayout linearLayout3, Spinner spinner, Spinner spinner2, TextView textView, TextView textView2) {
|
|
this.f = linearLayout;
|
|
this.j = constraintLayout;
|
|
this.d = linearLayout2;
|
|
this.e = linearLayout3;
|
|
this.c = spinner;
|
|
this.b = spinner2;
|
|
this.a = textView;
|
|
this.g = textView2;
|
|
}
|
|
}
|