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 o5 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 f138c; public o5(@NonNull RelativeLayout relativeLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView) { this.a = relativeLayout; this.b = simpleDraweeView; this.f138c = textView; } @NonNull public static o5 a(@NonNull View view) { int i = 2131365522; SimpleDraweeView simpleDraweeView = (SimpleDraweeView) view.findViewById(2131365522); if (simpleDraweeView != null) { i = 2131365523; TextView textView = (TextView) view.findViewById(2131365523); if (textView != null) { return new o5((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; } }