package com.scb.phone.view.fragment.cardmanagement; import android.view.View; import android.widget.Button; import android.widget.CheckBox; import android.widget.LinearLayout; import android.widget.RadioButton; import com.scb.phone.R; import com.scb.phone.view.fragment.BaseFragment_ViewBinding; import o.gnL; import o.pyT; /* loaded from: classes5.dex */ public final class ChangeChannelStatementApplyAllFragment_ViewBinding extends BaseFragment_ViewBinding { private View b; private View c; private ChangeChannelStatementApplyAllFragment d; private View e; private View i; public ChangeChannelStatementApplyAllFragment_ViewBinding(ChangeChannelStatementApplyAllFragment changeChannelStatementApplyAllFragment, View view) { super(changeChannelStatementApplyAllFragment, view); this.d = changeChannelStatementApplyAllFragment; View a = pyT.a(view, R.id.btn_action_next, "field 'btnNext' and method 'onClickNext'"); changeChannelStatementApplyAllFragment.btnNext = (Button) pyT.c(a, R.id.btn_action_next, "field 'btnNext'", Button.class); this.e = a; a.setOnClickListener(new gnL(this, changeChannelStatementApplyAllFragment) { // from class: com.scb.phone.view.fragment.cardmanagement.ChangeChannelStatementApplyAllFragment_ViewBinding.2 private ChangeChannelStatementApplyAllFragment a; private ChangeChannelStatementApplyAllFragment_ViewBinding e; { this.e = this; this.a = changeChannelStatementApplyAllFragment; } @Override // o.gnL public final void e(View view2) { this.a.onClickNext(); } }); View a2 = pyT.a(view, R.id.ckb_select_all, "field 'ckbSelectAll' and method 'onClickSelectAll'"); changeChannelStatementApplyAllFragment.ckbSelectAll = (CheckBox) pyT.c(a2, R.id.ckb_select_all, "field 'ckbSelectAll'", CheckBox.class); this.c = a2; a2.setOnClickListener(new gnL(this, changeChannelStatementApplyAllFragment) { // from class: com.scb.phone.view.fragment.cardmanagement.ChangeChannelStatementApplyAllFragment_ViewBinding.1 private ChangeChannelStatementApplyAllFragment a; private ChangeChannelStatementApplyAllFragment_ViewBinding c; { this.c = this; this.a = changeChannelStatementApplyAllFragment; } @Override // o.gnL public final void e(View view2) { this.a.onClickSelectAll(); } }); changeChannelStatementApplyAllFragment.viewCardLayout = (LinearLayout) pyT.e(view, R.id.view_card_layout, "field 'viewCardLayout'", LinearLayout.class); changeChannelStatementApplyAllFragment.ckbSelectAllLayout = (LinearLayout) pyT.e(view, R.id.ckb_select_all_layout, "field 'ckbSelectAllLayout'", LinearLayout.class); View a3 = pyT.a(view, R.id.ckb_no, "field 'ckbNo' and method 'onClickNo'"); changeChannelStatementApplyAllFragment.ckbNo = (RadioButton) pyT.c(a3, R.id.ckb_no, "field 'ckbNo'", RadioButton.class); this.b = a3; a3.setOnClickListener(new gnL(this, changeChannelStatementApplyAllFragment) { // from class: com.scb.phone.view.fragment.cardmanagement.ChangeChannelStatementApplyAllFragment_ViewBinding.5 private ChangeChannelStatementApplyAllFragment_ViewBinding b; private ChangeChannelStatementApplyAllFragment e; { this.b = this; this.e = changeChannelStatementApplyAllFragment; } @Override // o.gnL public final void e(View view2) { this.e.onClickNo(); } }); View a4 = pyT.a(view, R.id.ckb_yes, "field 'ckbYes' and method 'onClickYes'"); changeChannelStatementApplyAllFragment.ckbYes = (RadioButton) pyT.c(a4, R.id.ckb_yes, "field 'ckbYes'", RadioButton.class); this.i = a4; a4.setOnClickListener(new gnL(this, changeChannelStatementApplyAllFragment) { // from class: com.scb.phone.view.fragment.cardmanagement.ChangeChannelStatementApplyAllFragment_ViewBinding.4 private ChangeChannelStatementApplyAllFragment b; private ChangeChannelStatementApplyAllFragment_ViewBinding d; { this.d = this; this.b = changeChannelStatementApplyAllFragment; } @Override // o.gnL public final void e(View view2) { this.b.onClickYes(); } }); } @Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder public final void a() { ChangeChannelStatementApplyAllFragment changeChannelStatementApplyAllFragment = this.d; if (changeChannelStatementApplyAllFragment == null) { throw new IllegalStateException("Bindings already cleared."); } this.d = null; changeChannelStatementApplyAllFragment.btnNext = null; changeChannelStatementApplyAllFragment.ckbSelectAll = null; changeChannelStatementApplyAllFragment.viewCardLayout = null; changeChannelStatementApplyAllFragment.ckbSelectAllLayout = null; changeChannelStatementApplyAllFragment.ckbNo = null; changeChannelStatementApplyAllFragment.ckbYes = null; this.e.setOnClickListener(null); this.e = null; this.c.setOnClickListener(null); this.c = null; this.b.setOnClickListener(null); this.b = null; this.i.setOnClickListener(null); this.i = null; super.a(); } }