package c.a.i; import android.view.View; import android.widget.RelativeLayout; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; import com.facebook.drawee.view.SimpleDraweeView; /* compiled from: WidgetUserProfileAdapterItemFriendMutualServerBinding */ public final class j5 implements ViewBinding { @NonNull public final RelativeLayout a; @NonNull public final SimpleDraweeView b; @NonNull /* renamed from: c reason: collision with root package name */ public final TextView f113c; public j5(@NonNull RelativeLayout relativeLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView) { this.a = relativeLayout; this.b = simpleDraweeView; this.f113c = textView; } @NonNull public static j5 a(@NonNull View view) { int i = 2131365390; SimpleDraweeView simpleDraweeView = (SimpleDraweeView) view.findViewById(2131365390); if (simpleDraweeView != null) { i = 2131365391; TextView textView = (TextView) view.findViewById(2131365391); if (textView != null) { return new j5((RelativeLayout) view, simpleDraweeView, textView); } } throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i))); } @Override // androidx.viewbinding.ViewBinding @NonNull public View getRoot() { return this.a; } }