package com.scb.phone.view.fragment.closeaccount; import android.view.View; import android.widget.Button; 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 CloseAccountSelectionOwnSelectedFragment_ViewBinding extends BaseFragment_ViewBinding { private CloseAccountSelectionOwnSelectedFragment b; private View c; private View d; public CloseAccountSelectionOwnSelectedFragment_ViewBinding(CloseAccountSelectionOwnSelectedFragment closeAccountSelectionOwnSelectedFragment, View view) { super(closeAccountSelectionOwnSelectedFragment, view); this.b = closeAccountSelectionOwnSelectedFragment; closeAccountSelectionOwnSelectedFragment.title = (TextView) pyT.e(view, R.id.tv_title, "field 'title'", TextView.class); closeAccountSelectionOwnSelectedFragment.subtitle = (TextView) pyT.e(view, R.id.tv_subtitle, "field 'subtitle'", TextView.class); closeAccountSelectionOwnSelectedFragment.startIcon = (ImageView) pyT.e(view, R.id.iv_start_icon, "field 'startIcon'", ImageView.class); View a = pyT.a(view, R.id.bt_review, "field 'reviewButton' and method 'onReviewButtonClick'"); closeAccountSelectionOwnSelectedFragment.reviewButton = (Button) pyT.c(a, R.id.bt_review, "field 'reviewButton'", Button.class); this.c = a; a.setOnClickListener(new gnL(this, closeAccountSelectionOwnSelectedFragment) { // from class: com.scb.phone.view.fragment.closeaccount.CloseAccountSelectionOwnSelectedFragment_ViewBinding.1 private CloseAccountSelectionOwnSelectedFragment_ViewBinding a; private CloseAccountSelectionOwnSelectedFragment e; { this.a = this; this.e = closeAccountSelectionOwnSelectedFragment; } @Override // o.gnL public final void e(View view2) { this.e.onReviewButtonClick(); } }); View a2 = pyT.a(view, R.id.iv_end_icon, "method 'onCloseIconClick'"); this.d = a2; a2.setOnClickListener(new gnL(this, closeAccountSelectionOwnSelectedFragment) { // from class: com.scb.phone.view.fragment.closeaccount.CloseAccountSelectionOwnSelectedFragment_ViewBinding.4 private CloseAccountSelectionOwnSelectedFragment_ViewBinding c; private CloseAccountSelectionOwnSelectedFragment d; { this.c = this; this.d = closeAccountSelectionOwnSelectedFragment; } @Override // o.gnL public final void e(View view2) { this.d.onCloseIconClick(); } }); } @Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder public final void a() { CloseAccountSelectionOwnSelectedFragment closeAccountSelectionOwnSelectedFragment = this.b; if (closeAccountSelectionOwnSelectedFragment == null) { throw new IllegalStateException("Bindings already cleared."); } this.b = null; closeAccountSelectionOwnSelectedFragment.title = null; closeAccountSelectionOwnSelectedFragment.subtitle = null; closeAccountSelectionOwnSelectedFragment.startIcon = null; closeAccountSelectionOwnSelectedFragment.reviewButton = null; this.c.setOnClickListener(null); this.c = null; this.d.setOnClickListener(null); this.d = null; super.a(); } }