37 lines
1.5 KiB
Java
37 lines
1.5 KiB
Java
|
package o;
|
||
|
|
||
|
import android.view.View;
|
||
|
import android.widget.Button;
|
||
|
import androidx.constraintlayout.widget.ConstraintLayout;
|
||
|
import com.scb.phone.view.custom.cardmanagement.TermsAndConditionsView;
|
||
|
|
||
|
/* renamed from: o.eZo, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class C11146eZo {
|
||
|
public final TermsAndConditionsView a;
|
||
|
public final ConstraintLayout b;
|
||
|
private ConstraintLayout c;
|
||
|
public final Button e;
|
||
|
|
||
|
private C11146eZo(ConstraintLayout constraintLayout, Button button, ConstraintLayout constraintLayout2, TermsAndConditionsView termsAndConditionsView) {
|
||
|
this.b = constraintLayout;
|
||
|
this.e = button;
|
||
|
this.c = constraintLayout2;
|
||
|
this.a = termsAndConditionsView;
|
||
|
}
|
||
|
|
||
|
public static C11146eZo a(View view) {
|
||
|
int i = com.scb.phone.R.id.btn_confirm;
|
||
|
Button button = (Button) qeC.e(view, com.scb.phone.R.id.btn_confirm);
|
||
|
if (button != null) {
|
||
|
ConstraintLayout constraintLayout = (ConstraintLayout) view;
|
||
|
TermsAndConditionsView termsAndConditionsView = (TermsAndConditionsView) qeC.e(view, com.scb.phone.R.id.terms_and_conditions);
|
||
|
if (termsAndConditionsView != null) {
|
||
|
return new C11146eZo(constraintLayout, button, constraintLayout, termsAndConditionsView);
|
||
|
}
|
||
|
i = com.scb.phone.R.id.terms_and_conditions;
|
||
|
}
|
||
|
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i)));
|
||
|
}
|
||
|
}
|