package com.scb.phone.view.custom.easycash; import android.view.View; import android.widget.TextView; import butterknife.Unbinder; import com.scb.phone.R; import com.scb.phone.view.custom.common.CustomEditText; import o.pyT; /* loaded from: classes5.dex */ public class CustomEmail_ViewBinding implements Unbinder { private CustomEmail d; public CustomEmail_ViewBinding(CustomEmail customEmail, View view) { this.d = customEmail; customEmail.emailEditText = (CustomEditText) pyT.e(view, R.id.email, "field 'emailEditText'", CustomEditText.class); customEmail.errorText = (TextView) pyT.e(view, R.id.error_text_view, "field 'errorText'", TextView.class); customEmail.titleText = (TextView) pyT.e(view, R.id.title_text, "field 'titleText'", TextView.class); } @Override // butterknife.Unbinder public final void a() { CustomEmail customEmail = this.d; if (customEmail == null) { throw new IllegalStateException("Bindings already cleared."); } this.d = null; customEmail.emailEditText = null; customEmail.errorText = null; customEmail.titleText = null; } }