28 lines
909 B
Java
28 lines
909 B
Java
package o;
|
|
|
|
import android.view.View;
|
|
import android.widget.RelativeLayout;
|
|
import android.widget.Spinner;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class GlE {
|
|
private final RelativeLayout a;
|
|
public final Spinner b;
|
|
public final RelativeLayout e;
|
|
|
|
private GlE(RelativeLayout relativeLayout, Spinner spinner, RelativeLayout relativeLayout2) {
|
|
this.a = relativeLayout;
|
|
this.b = spinner;
|
|
this.e = relativeLayout2;
|
|
}
|
|
|
|
public static GlE c(View view) {
|
|
Spinner spinner = (Spinner) qeC.e(view, com.scb.phone.R.id.spinner);
|
|
if (spinner != null) {
|
|
RelativeLayout relativeLayout = (RelativeLayout) view;
|
|
return new GlE(relativeLayout, spinner, relativeLayout);
|
|
}
|
|
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(com.scb.phone.R.id.spinner)));
|
|
}
|
|
}
|