package c.a.i; import android.view.View; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; import com.discord.views.discovery.speakers.SpeakersRecyclerView; /* compiled from: ViewDiscoveryStageCardSpeakersBinding */ public final class d2 implements ViewBinding { @NonNull public final View a; @NonNull public final SpeakersRecyclerView b; public d2(@NonNull View view, @NonNull SpeakersRecyclerView speakersRecyclerView) { this.a = view; this.b = speakersRecyclerView; } @Override // androidx.viewbinding.ViewBinding @NonNull public View getRoot() { return this.a; } }