package c.a.i; import android.view.View; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; /* compiled from: CardSegmentViewBinding */ public final class f implements ViewBinding { @NonNull public final View a; @NonNull public final TextView b; @NonNull /* renamed from: c reason: collision with root package name */ public final TextView f89c; public f(@NonNull View view, @NonNull TextView textView, @NonNull TextView textView2) { this.a = view; this.b = textView; this.f89c = textView2; } @Override // androidx.viewbinding.ViewBinding @NonNull public View getRoot() { return this.a; } }