package c.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 */ public final class b2 implements ViewBinding { @NonNull public final View a; @NonNull public final TextView b; @NonNull /* renamed from: c reason: collision with root package name */ public final Spinner f68c; @NonNull public final TextView d; @NonNull public final TextView e; @NonNull public final TextView f; public b2(@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.b = textView; this.f68c = spinner; this.d = textView2; this.e = textView3; this.f = textView4; } @Override // androidx.viewbinding.ViewBinding @NonNull public View getRoot() { return this.a; } }