package com.scb.phone.view.fragment.ccsof; import android.view.View; import android.widget.Button; import android.widget.CheckBox; import android.widget.LinearLayout; 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 final class CcSofReviewFragment_ViewBinding extends BaseFragment_ViewBinding { private View b; private CcSofReviewFragment c; public CcSofReviewFragment_ViewBinding(CcSofReviewFragment ccSofReviewFragment, View view) { super(ccSofReviewFragment, view); this.c = ccSofReviewFragment; ccSofReviewFragment.itemContainer = (LinearLayout) pyT.e(view, R.id.cc_sof_review_items_container, "field 'itemContainer'", LinearLayout.class); ccSofReviewFragment.reviewRemarkLayout = (LinearLayout) pyT.e(view, R.id.cc_sof_review_remark_layout, "field 'reviewRemarkLayout'", LinearLayout.class); ccSofReviewFragment.reviewRemarkText = (TextView) pyT.e(view, R.id.cc_sof_review_remark_text, "field 'reviewRemarkText'", TextView.class); ccSofReviewFragment.reviewTcLayout = (LinearLayout) pyT.e(view, R.id.cc_sof_review_tc_layout, "field 'reviewTcLayout'", LinearLayout.class); ccSofReviewFragment.reviewTcCheck = (CheckBox) pyT.e(view, R.id.cc_sof_review_tc_check, "field 'reviewTcCheck'", CheckBox.class); ccSofReviewFragment.reviewTcText = (TextView) pyT.e(view, R.id.cc_sof_review_tc_text, "field 'reviewTcText'", TextView.class); View a = pyT.a(view, R.id.cc_sof_review_continue_btn, "field 'confirmButton' and method 'onClickConfirm'"); ccSofReviewFragment.confirmButton = (Button) pyT.c(a, R.id.cc_sof_review_continue_btn, "field 'confirmButton'", Button.class); this.b = a; a.setOnClickListener(new gnL(this, ccSofReviewFragment) { // from class: com.scb.phone.view.fragment.ccsof.CcSofReviewFragment_ViewBinding.2 private CcSofReviewFragment a; private CcSofReviewFragment_ViewBinding b; { this.b = this; this.a = ccSofReviewFragment; } @Override // o.gnL public final void e(View view2) { this.a.onClickConfirm(); } }); } @Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder public final void a() { CcSofReviewFragment ccSofReviewFragment = this.c; if (ccSofReviewFragment == null) { throw new IllegalStateException("Bindings already cleared."); } this.c = null; ccSofReviewFragment.itemContainer = null; ccSofReviewFragment.reviewRemarkLayout = null; ccSofReviewFragment.reviewRemarkText = null; ccSofReviewFragment.reviewTcLayout = null; ccSofReviewFragment.reviewTcCheck = null; ccSofReviewFragment.reviewTcText = null; ccSofReviewFragment.confirmButton = null; this.b.setOnClickListener(null); this.b = null; super.a(); } }