package b.a.i; import android.view.View; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; import com.google.android.material.textview.MaterialTextView; /* compiled from: WidgetChatListBotUiSelectComponentPillBinding.java */ /* loaded from: classes.dex */ public final class b5 implements ViewBinding { @NonNull public final MaterialTextView a; public b5(@NonNull MaterialTextView materialTextView) { this.a = materialTextView; } @Override // androidx.viewbinding.ViewBinding @NonNull public View getRoot() { return this.a; } }