package c.a.i; import android.view.View; import android.widget.FrameLayout; import android.widget.LinearLayout; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.constraintlayout.widget.Barrier; import androidx.viewbinding.ViewBinding; import com.discord.views.discovery.speakers.DiscoveryStageCardSpeakersView; import com.facebook.drawee.view.SimpleDraweeView; /* compiled from: ViewDiscoveryStageCardBodyBinding */ public final class b2 implements ViewBinding { @NonNull public final View a; @NonNull public final TextView b; @NonNull /* renamed from: c reason: collision with root package name */ public final SimpleDraweeView f68c; @NonNull public final TextView d; @NonNull public final TextView e; @NonNull public final DiscoveryStageCardSpeakersView f; @NonNull public final TextView g; public b2(@NonNull View view, @NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull Barrier barrier, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView2, @NonNull FrameLayout frameLayout, @NonNull TextView textView3, @NonNull DiscoveryStageCardSpeakersView discoveryStageCardSpeakersView, @NonNull TextView textView4) { this.a = view; this.b = textView; this.f68c = simpleDraweeView; this.d = textView2; this.e = textView3; this.f = discoveryStageCardSpeakersView; this.g = textView4; } @Override // androidx.viewbinding.ViewBinding @NonNull public View getRoot() { return this.a; } }