package com.discord.databinding; import android.view.View; import android.widget.LinearLayout; 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 WidgetChannelsListItemThreadActionsBinding implements ViewBinding { @NonNull public final NestedScrollView a; @NonNull public final LinearLayout b; @NonNull /* renamed from: c reason: collision with root package name */ public final TextView f1720c; @NonNull public final TextView d; @NonNull public final TextView e; @NonNull public final View f; @NonNull public final View g; @NonNull public final TextView h; @NonNull public final SimpleDraweeView i; @NonNull public final TextView j; @NonNull public final TextView k; @NonNull public final TextView l; @NonNull public final TextView m; public WidgetChannelsListItemThreadActionsBinding(@NonNull NestedScrollView nestedScrollView, @NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull TextView textView4, @NonNull View view, @NonNull View view2, @NonNull TextView textView5, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView6, @NonNull TextView textView7, @NonNull TextView textView8, @NonNull TextView textView9) { this.a = nestedScrollView; this.b = linearLayout; this.f1720c = textView2; this.d = textView3; this.e = textView4; this.f = view; this.g = view2; this.h = textView5; this.i = simpleDraweeView; this.j = textView6; this.k = textView7; this.l = textView8; this.m = textView9; } @Override // androidx.viewbinding.ViewBinding @NonNull public View getRoot() { return this.a; } }