package c.a.i; import android.view.View; import android.widget.ImageView; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.constraintlayout.widget.Barrier; import androidx.viewbinding.ViewBinding; import com.discord.views.GuildView; import com.discord.views.guilds.ServerMemberCount; import com.google.android.material.button.MaterialButton; /* compiled from: ViewServerDiscoveryItemBinding */ public final class f3 implements ViewBinding { @NonNull public final View a; @NonNull public final MaterialButton b; @NonNull /* renamed from: c reason: collision with root package name */ public final MaterialButton f96c; @NonNull public final ServerMemberCount d; @NonNull public final TextView e; @NonNull public final GuildView f; @NonNull public final ImageView g; @NonNull public final TextView h; public f3(@NonNull View view, @NonNull Barrier barrier, @NonNull Barrier barrier2, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull ServerMemberCount serverMemberCount, @NonNull TextView textView, @NonNull GuildView guildView, @NonNull ImageView imageView, @NonNull TextView textView2) { this.a = view; this.b = materialButton; this.f96c = materialButton2; this.d = serverMemberCount; this.e = textView; this.f = guildView; this.g = imageView; this.h = textView2; } @Override // androidx.viewbinding.ViewBinding @NonNull public View getRoot() { return this.a; } }