package com.discord.databinding; import android.view.View; import android.widget.ImageView; import android.widget.RelativeLayout; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; import com.facebook.drawee.view.SimpleDraweeView; public final class WidgetManageReactionsResultUserBinding implements ViewBinding { @NonNull public final RelativeLayout a; @NonNull public final ImageView b; @NonNull /* renamed from: c reason: collision with root package name */ public final SimpleDraweeView f1840c; @NonNull public final TextView d; public WidgetManageReactionsResultUserBinding(@NonNull RelativeLayout relativeLayout, @NonNull ImageView imageView, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView) { this.a = relativeLayout; this.b = imageView; this.f1840c = simpleDraweeView; this.d = textView; } @Override // androidx.viewbinding.ViewBinding @NonNull public View getRoot() { return this.a; } }