package c.a.i; import android.view.View; import android.widget.ImageView; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; import com.discord.widgets.botuikit.views.ActionRowComponentView; import com.google.android.flexbox.FlexboxLayout; /* compiled from: WidgetChatListBotUiActionRowComponentBinding */ public final class k4 implements ViewBinding { @NonNull public final ActionRowComponentView a; @NonNull public final FlexboxLayout b; @NonNull /* renamed from: c reason: collision with root package name */ public final a2 f118c; public k4(@NonNull ActionRowComponentView actionRowComponentView, @NonNull FlexboxLayout flexboxLayout, @NonNull a2 a2Var) { this.a = actionRowComponentView; this.b = flexboxLayout; this.f118c = a2Var; } @NonNull public static k4 a(@NonNull View view) { int i = 2131361884; FlexboxLayout flexboxLayout = (FlexboxLayout) view.findViewById(2131361884); if (flexboxLayout != null) { i = 2131361885; View findViewById = view.findViewById(2131361885); if (findViewById != null) { int i2 = 2131365494; ImageView imageView = (ImageView) findViewById.findViewById(2131365494); if (imageView != null) { i2 = 2131365495; TextView textView = (TextView) findViewById.findViewById(2131365495); if (textView != null) { return new k4((ActionRowComponentView) view, flexboxLayout, new a2((ConstraintLayout) findViewById, imageView, textView)); } } throw new NullPointerException("Missing required view with ID: ".concat(findViewById.getResources().getResourceName(i2))); } } throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i))); } @Override // androidx.viewbinding.ViewBinding @NonNull public View getRoot() { return this.a; } }