package com.discord.databinding; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.FrameLayout; import android.widget.LinearLayout; import android.widget.RelativeLayout; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.annotation.Nullable; import androidx.cardview.widget.CardView; import androidx.recyclerview.widget.RecyclerView; import androidx.viewbinding.ViewBinding; public final class ViewNitroBoostPerksBinding implements ViewBinding { @NonNull public final CardView a; @NonNull public final TextView b; @NonNull /* renamed from: c reason: collision with root package name */ public final RecyclerView f1660c; @NonNull public final RelativeLayout d; @NonNull public final TextView e; @NonNull public final TextView f; @NonNull public final CardView g; public ViewNitroBoostPerksBinding(@NonNull CardView cardView, @NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull RecyclerView recyclerView, @NonNull RelativeLayout relativeLayout, @NonNull TextView textView2, @NonNull FrameLayout frameLayout, @NonNull TextView textView3, @NonNull CardView cardView2) { this.a = cardView; this.b = textView; this.f1660c = recyclerView; this.d = relativeLayout; this.e = textView2; this.f = textView3; this.g = cardView2; } @NonNull public static ViewNitroBoostPerksBinding a(@NonNull LayoutInflater layoutInflater, @Nullable ViewGroup viewGroup, boolean z2) { View inflate = layoutInflater.inflate(2131558774, viewGroup, false); if (z2) { viewGroup.addView(inflate); } int i = 2131362782; LinearLayout linearLayout = (LinearLayout) inflate.findViewById(2131362782); if (linearLayout != null) { i = 2131364284; TextView textView = (TextView) inflate.findViewById(2131364284); if (textView != null) { i = 2131364285; RecyclerView recyclerView = (RecyclerView) inflate.findViewById(2131364285); if (recyclerView != null) { i = 2131364286; RelativeLayout relativeLayout = (RelativeLayout) inflate.findViewById(2131364286); if (relativeLayout != null) { i = 2131364287; TextView textView2 = (TextView) inflate.findViewById(2131364287); if (textView2 != null) { i = 2131364288; FrameLayout frameLayout = (FrameLayout) inflate.findViewById(2131364288); if (frameLayout != null) { i = 2131364289; TextView textView3 = (TextView) inflate.findViewById(2131364289); if (textView3 != null) { i = 2131364290; CardView cardView = (CardView) inflate.findViewById(2131364290); if (cardView != null) { return new ViewNitroBoostPerksBinding((CardView) inflate, linearLayout, textView, recyclerView, relativeLayout, textView2, frameLayout, textView3, cardView); } } } } } } } } throw new NullPointerException("Missing required view with ID: ".concat(inflate.getResources().getResourceName(i))); } @Override // androidx.viewbinding.ViewBinding @NonNull public View getRoot() { return this.a; } }