package com.discord.databinding; import android.view.View; import android.widget.LinearLayout; import android.widget.ScrollView; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; import com.discord.utilities.view.text.LinkifiedTextView; public final class WidgetFatalCrashBinding implements ViewBinding { @NonNull public final ScrollView a; @NonNull public final TextView b; @NonNull /* renamed from: c reason: collision with root package name */ public final TextView f1786c; @NonNull public final TextView d; @NonNull public final TextView e; @NonNull public final LinkifiedTextView f; @NonNull public final TextView g; public WidgetFatalCrashBinding(@NonNull ScrollView scrollView, @NonNull TextView textView, @NonNull LinearLayout linearLayout, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull TextView textView4, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextView textView5) { this.a = scrollView; this.b = textView; this.f1786c = textView2; this.d = textView3; this.e = textView4; this.f = linkifiedTextView; this.g = textView5; } @Override // androidx.viewbinding.ViewBinding @NonNull public View getRoot() { return this.a; } }