package com.discord.databinding; import android.view.View; import android.widget.ImageView; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.core.widget.NestedScrollView; import androidx.viewbinding.ViewBinding; import com.google.android.material.button.MaterialButton; public final class WidgetPlaystationUpsellBottomSheetBinding implements ViewBinding { @NonNull public final NestedScrollView a; @NonNull /* renamed from: b reason: collision with root package name */ public final MaterialButton f2487b; @NonNull public final MaterialButton c; @NonNull public final TextView d; public WidgetPlaystationUpsellBottomSheetBinding(@NonNull NestedScrollView nestedScrollView, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull TextView textView, @NonNull TextView textView2, @NonNull ImageView imageView) { this.a = nestedScrollView; this.f2487b = materialButton; this.c = materialButton2; this.d = textView2; } @Override // androidx.viewbinding.ViewBinding @NonNull public View getRoot() { return this.a; } }