package c.a.i; import android.view.View; import android.widget.ImageView; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.cardview.widget.CardView; import androidx.viewbinding.ViewBinding; /* compiled from: ViewOverlayMenuContentBinding */ public final class r2 implements ViewBinding { @NonNull public final CardView a; @NonNull public final TextView b; @NonNull /* renamed from: c reason: collision with root package name */ public final TextView f157c; @NonNull public final TextView d; @NonNull public final ImageView e; @NonNull public final TextView f; @NonNull public final TextView g; public r2(@NonNull CardView cardView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull ImageView imageView, @NonNull TextView textView4, @NonNull TextView textView5) { this.a = cardView; this.b = textView; this.f157c = textView2; this.d = textView3; this.e = imageView; this.f = textView4; this.g = textView5; } @Override // androidx.viewbinding.ViewBinding @NonNull public View getRoot() { return this.a; } }