package com.discord.databinding; import android.view.View; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.core.widget.NestedScrollView; import androidx.viewbinding.ViewBinding; import com.facebook.drawee.view.SimpleDraweeView; public final class WidgetChannelsListItemTextActionsBinding implements ViewBinding { @NonNull public final NestedScrollView a; @NonNull public final TextView b; @NonNull /* renamed from: c reason: collision with root package name */ public final TextView f1719c; @NonNull public final TextView d; @NonNull public final View e; @NonNull public final SimpleDraweeView f; @NonNull public final TextView g; @NonNull public final TextView h; @NonNull public final TextView i; @NonNull public final TextView j; @NonNull public final TextView k; @NonNull public final TextView l; public WidgetChannelsListItemTextActionsBinding(@NonNull NestedScrollView nestedScrollView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull View view, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView4, @NonNull TextView textView5, @NonNull TextView textView6, @NonNull TextView textView7, @NonNull TextView textView8, @NonNull TextView textView9) { this.a = nestedScrollView; this.b = textView; this.f1719c = textView2; this.d = textView3; this.e = view; this.f = simpleDraweeView; this.g = textView4; this.h = textView5; this.i = textView6; this.j = textView7; this.k = textView8; this.l = textView9; } @Override // androidx.viewbinding.ViewBinding @NonNull public View getRoot() { return this.a; } }