package com.discord.databinding; import android.view.View; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.constraintlayout.widget.Barrier; import androidx.constraintlayout.widget.ConstraintLayout; import androidx.recyclerview.widget.RecyclerView; import androidx.viewbinding.ViewBinding; import com.facebook.drawee.view.SimpleDraweeView; public final class WidgetChatListAdapterItemSpotifyListenTogetherBinding implements ViewBinding { @NonNull public final ConstraintLayout a; @NonNull public final SimpleDraweeView b; @NonNull /* renamed from: c reason: collision with root package name */ public final TextView f1747c; @NonNull public final ConstraintLayout d; @NonNull public final TextView e; @NonNull public final RecyclerView f; @NonNull public final TextView g; @NonNull public final TextView h; public WidgetChatListAdapterItemSpotifyListenTogetherBinding(@NonNull ConstraintLayout constraintLayout, @NonNull Barrier barrier, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView, @NonNull ConstraintLayout constraintLayout2, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull RecyclerView recyclerView, @NonNull TextView textView4, @NonNull TextView textView5) { this.a = constraintLayout; this.b = simpleDraweeView; this.f1747c = textView; this.d = constraintLayout2; this.e = textView2; this.f = recyclerView; this.g = textView4; this.h = textView5; } @Override // androidx.viewbinding.ViewBinding @NonNull public View getRoot() { return this.a; } }