package c.a.i; import android.view.View; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; /* compiled from: ServerSettingsMembersRoleSpinnerItemBinding */ public final class f1 implements ViewBinding { @NonNull public final TextView a; @NonNull public final TextView b; public f1(@NonNull TextView textView, @NonNull TextView textView2) { this.a = textView; this.b = textView2; } @Override // androidx.viewbinding.ViewBinding @NonNull public View getRoot() { return this.a; } }