package o; import android.view.View; import android.widget.TextView; import androidx.appcompat.widget.Toolbar; /* renamed from: o.oGW, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C16420oGW { public final Toolbar a; public final TextView b; private final View c; private C16420oGW(View view, Toolbar toolbar, TextView textView) { this.c = view; this.a = toolbar; this.b = textView; } public static C16420oGW c(View view) { int i = com.scb.phone.R.id.toolbar_binding; Toolbar toolbar = (Toolbar) qeC.e(view, com.scb.phone.R.id.toolbar_binding); if (toolbar != null) { i = com.scb.phone.R.id.tv_toolbar_binding; TextView textView = (TextView) qeC.e(view, com.scb.phone.R.id.tv_toolbar_binding); if (textView != null) { return new C16420oGW(view, toolbar, textView); } } throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i))); } }