package c.a.i; import android.view.View; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.core.widget.NestedScrollView; import androidx.viewbinding.ViewBinding; import com.discord.utilities.view.text.LinkifiedTextView; /* compiled from: WidgetHubEmailFlowConfirmationBinding */ public final class i5 implements ViewBinding { @NonNull public final NestedScrollView a; @NonNull public final LinkifiedTextView b; @NonNull /* renamed from: c reason: collision with root package name */ public final TextView f109c; @NonNull public final LinkifiedTextView d; public i5(@NonNull NestedScrollView nestedScrollView, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextView textView, @NonNull LinkifiedTextView linkifiedTextView2) { this.a = nestedScrollView; this.b = linkifiedTextView; this.f109c = textView; this.d = linkifiedTextView2; } @Override // androidx.viewbinding.ViewBinding @NonNull public View getRoot() { return this.a; } }