package com.discord.databinding; import android.view.View; import android.widget.LinearLayout; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.coordinatorlayout.widget.CoordinatorLayout; import androidx.viewbinding.ViewBinding; import com.facebook.drawee.view.SimpleDraweeView; public final class WidgetServerSettingsBinding implements ViewBinding { @NonNull public final CoordinatorLayout a; @NonNull public final TextView b; @NonNull /* renamed from: c reason: collision with root package name */ public final TextView f1884c; @NonNull public final TextView d; @NonNull public final TextView e; @NonNull public final TextView 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; @NonNull public final TextView m; @NonNull public final TextView n; @NonNull public final TextView o; @NonNull public final LinearLayout p; @NonNull public final LinearLayout q; @NonNull public final LinearLayout r; @NonNull /* renamed from: s reason: collision with root package name */ public final View f1885s; @NonNull public final SimpleDraweeView t; @NonNull public final TextView u; @NonNull public final TextView v; public WidgetServerSettingsBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull TextView textView4, @NonNull TextView textView5, @NonNull TextView textView6, @NonNull TextView textView7, @NonNull TextView textView8, @NonNull TextView textView9, @NonNull TextView textView10, @NonNull TextView textView11, @NonNull TextView textView12, @NonNull TextView textView13, @NonNull TextView textView14, @NonNull LinearLayout linearLayout, @NonNull View view, @NonNull LinearLayout linearLayout2, @NonNull LinearLayout linearLayout3, @NonNull View view2, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView15, @NonNull TextView textView16) { this.a = coordinatorLayout; this.b = textView; this.f1884c = textView2; this.d = textView3; this.e = textView4; this.f = textView5; this.g = textView6; this.h = textView7; this.i = textView8; this.j = textView9; this.k = textView10; this.l = textView11; this.m = textView12; this.n = textView13; this.o = textView14; this.p = linearLayout; this.q = linearLayout2; this.r = linearLayout3; this.f1885s = view2; this.t = simpleDraweeView; this.u = textView15; this.v = textView16; } @Override // androidx.viewbinding.ViewBinding @NonNull public View getRoot() { return this.a; } }