package c.a.j; import android.view.View; import androidx.annotation.NonNull; import androidx.core.widget.NestedScrollView; import androidx.viewbinding.ViewBinding; /* compiled from: WidgetDiscordHubWaitlistBinding */ public final class w4 implements ViewBinding { @NonNull public final NestedScrollView a; public w4(@NonNull NestedScrollView nestedScrollView) { this.a = nestedScrollView; } @Override // androidx.viewbinding.ViewBinding @NonNull public View getRoot() { return this.a; } }