package b.a.i; import android.view.View; import android.widget.Spinner; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; import com.google.android.material.card.MaterialCardView; /* compiled from: ViewExperimentOverrideBinding.java */ /* loaded from: classes.dex */ public final class f2 implements ViewBinding { @NonNull public final View a; @NonNull /* renamed from: b reason: collision with root package name */ public final TextView f110b; @NonNull public final Spinner c; @NonNull public final TextView d; @NonNull public final TextView e; @NonNull public final TextView f; public f2(@NonNull View view, @NonNull TextView textView, @NonNull Spinner spinner, @NonNull MaterialCardView materialCardView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull TextView textView4) { this.a = view; this.f110b = textView; this.c = spinner; this.d = textView2; this.e = textView3; this.f = textView4; } @Override // androidx.viewbinding.ViewBinding @NonNull public View getRoot() { return this.a; } }