package c.a.j; 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: WidgetDiscordHubEmailConfirmationBinding */ public final class u4 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 f171c; @NonNull public final LinkifiedTextView d; public u4(@NonNull NestedScrollView nestedScrollView, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextView textView, @NonNull LinkifiedTextView linkifiedTextView2) { this.a = nestedScrollView; this.b = linkifiedTextView; this.f171c = textView; this.d = linkifiedTextView2; } @Override // androidx.viewbinding.ViewBinding @NonNull public View getRoot() { return this.a; } }