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