what-the-bank/sources/o/C11604eiV.java

29 lines
935 B
Java

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