package com.scb.phone.view.fragment.hml; import android.view.View; import android.widget.ImageView; import android.widget.TextView; import com.scb.phone.R; import com.scb.phone.view.fragment.BaseFragment_ViewBinding; import o.gnL; import o.pyT; /* loaded from: classes5.dex */ public class HmlBaseLoanSetupFragment_ViewBinding extends BaseFragment_ViewBinding { private View b; private View c; private HmlBaseLoanSetupFragment e; public HmlBaseLoanSetupFragment_ViewBinding(HmlBaseLoanSetupFragment hmlBaseLoanSetupFragment, View view) { super(hmlBaseLoanSetupFragment, view); this.e = hmlBaseLoanSetupFragment; hmlBaseLoanSetupFragment.header = (ImageView) pyT.e(view, R.id.iv_header, "field 'header'", ImageView.class); hmlBaseLoanSetupFragment.title = (TextView) pyT.e(view, R.id.tv_loan_setup_title, "field 'title'", TextView.class); hmlBaseLoanSetupFragment.subtitle = (TextView) pyT.e(view, R.id.tv_loan_setup_subtitle, "field 'subtitle'", TextView.class); hmlBaseLoanSetupFragment.verifyEmailIcon = (ImageView) pyT.e(view, R.id.iv_verify_email_icon, "field 'verifyEmailIcon'", ImageView.class); hmlBaseLoanSetupFragment.verifyEmailChecked = (ImageView) pyT.e(view, R.id.iv_verify_email_checked, "field 'verifyEmailChecked'", ImageView.class); hmlBaseLoanSetupFragment.verifyEmailIndicator = (ImageView) pyT.e(view, R.id.iv_verify_email_indicator, "field 'verifyEmailIndicator'", ImageView.class); hmlBaseLoanSetupFragment.verifyEmailTextView = (TextView) pyT.e(view, R.id.tv_verify_email, "field 'verifyEmailTextView'", TextView.class); hmlBaseLoanSetupFragment.openAccountIcon = (ImageView) pyT.e(view, R.id.iv_open_account_icon, "field 'openAccountIcon'", ImageView.class); hmlBaseLoanSetupFragment.openAccountChecked = (ImageView) pyT.e(view, R.id.iv_open_account_checked, "field 'openAccountChecked'", ImageView.class); hmlBaseLoanSetupFragment.openAccountIndicator = (ImageView) pyT.e(view, R.id.iv_open_account_indicator, "field 'openAccountIndicator'", ImageView.class); hmlBaseLoanSetupFragment.openAccountTextView = (TextView) pyT.e(view, R.id.tv_open_account, "field 'openAccountTextView'", TextView.class); hmlBaseLoanSetupFragment.setupAccountIndicator = (ImageView) pyT.e(view, R.id.iv_setup_account_indicator, "field 'setupAccountIndicator'", ImageView.class); hmlBaseLoanSetupFragment.setupAccountTextView = (TextView) pyT.e(view, R.id.tv_setup_account, "field 'setupAccountTextView'", TextView.class); hmlBaseLoanSetupFragment.reviewLoanTextView = (TextView) pyT.e(view, R.id.tv_review_loan, "field 'reviewLoanTextView'", TextView.class); View a = pyT.a(view, R.id.btn_loan_setup_next, "method 'onNextClicked'"); this.c = a; a.setOnClickListener(new gnL(this, hmlBaseLoanSetupFragment) { // from class: com.scb.phone.view.fragment.hml.HmlBaseLoanSetupFragment_ViewBinding.2 private HmlBaseLoanSetupFragment_ViewBinding c; private HmlBaseLoanSetupFragment d; { this.c = this; this.d = hmlBaseLoanSetupFragment; } @Override // o.gnL public final void e(View view2) { this.d.onNextClicked(); } }); View a2 = pyT.a(view, R.id.btn_loan_setup_home, "method 'onHomeClicked'"); this.b = a2; a2.setOnClickListener(new gnL(this, hmlBaseLoanSetupFragment) { // from class: com.scb.phone.view.fragment.hml.HmlBaseLoanSetupFragment_ViewBinding.3 private HmlBaseLoanSetupFragment c; private HmlBaseLoanSetupFragment_ViewBinding d; { this.d = this; this.c = hmlBaseLoanSetupFragment; } @Override // o.gnL public final void e(View view2) { this.c.onHomeClicked(); } }); } @Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder public final void a() { HmlBaseLoanSetupFragment hmlBaseLoanSetupFragment = this.e; if (hmlBaseLoanSetupFragment == null) { throw new IllegalStateException("Bindings already cleared."); } this.e = null; hmlBaseLoanSetupFragment.header = null; hmlBaseLoanSetupFragment.title = null; hmlBaseLoanSetupFragment.subtitle = null; hmlBaseLoanSetupFragment.verifyEmailIcon = null; hmlBaseLoanSetupFragment.verifyEmailChecked = null; hmlBaseLoanSetupFragment.verifyEmailIndicator = null; hmlBaseLoanSetupFragment.verifyEmailTextView = null; hmlBaseLoanSetupFragment.openAccountIcon = null; hmlBaseLoanSetupFragment.openAccountChecked = null; hmlBaseLoanSetupFragment.openAccountIndicator = null; hmlBaseLoanSetupFragment.openAccountTextView = null; hmlBaseLoanSetupFragment.setupAccountIndicator = null; hmlBaseLoanSetupFragment.setupAccountTextView = null; hmlBaseLoanSetupFragment.reviewLoanTextView = null; this.c.setOnClickListener(null); this.c = null; this.b.setOnClickListener(null); this.b = null; super.a(); } }