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.constraintlayout.widget.Group; import androidx.viewbinding.ViewBinding; import com.facebook.drawee.view.SimpleDraweeView; /* compiled from: LayoutIconUploaderBinding */ public final class i0 implements ViewBinding { @NonNull public final ConstraintLayout a; @NonNull public final SimpleDraweeView b; @NonNull /* renamed from: c reason: collision with root package name */ public final Group f102c; public i0(@NonNull ConstraintLayout constraintLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull TextView textView, @NonNull ImageView imageView3, @NonNull Group group) { this.a = constraintLayout; this.b = simpleDraweeView; this.f102c = group; } @NonNull public static i0 a(@NonNull View view) { int i = 2131363530; SimpleDraweeView simpleDraweeView = (SimpleDraweeView) view.findViewById(2131363530); if (simpleDraweeView != null) { i = 2131363531; ImageView imageView = (ImageView) view.findViewById(2131363531); if (imageView != null) { i = 2131363532; ImageView imageView2 = (ImageView) view.findViewById(2131363532); if (imageView2 != null) { i = 2131363533; TextView textView = (TextView) view.findViewById(2131363533); if (textView != null) { i = 2131363534; ImageView imageView3 = (ImageView) view.findViewById(2131363534); if (imageView3 != null) { i = 2131364221; Group group = (Group) view.findViewById(2131364221); if (group != null) { return new i0((ConstraintLayout) view, simpleDraweeView, imageView, imageView2, textView, imageView3, group); } } } } } } throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i))); } @Override // androidx.viewbinding.ViewBinding @NonNull public View getRoot() { return this.a; } }