package com.scb.phone.view.fragment; import android.view.View; import android.widget.LinearLayout; import android.widget.TextView; import com.scb.phone.R; import com.scb.phone.view.custom.common.DefaultButton; import o.gnL; import o.pyT; /* loaded from: classes5.dex */ public class ReviewCommonFragment_ViewBinding extends BaseFragment_ViewBinding { private View b; private ReviewCommonFragment c; public ReviewCommonFragment_ViewBinding(ReviewCommonFragment reviewCommonFragment, View view) { super(reviewCommonFragment, view); this.c = reviewCommonFragment; reviewCommonFragment.container = (LinearLayout) pyT.e(view, R.id.review_container, "field 'container'", LinearLayout.class); reviewCommonFragment.additionalInfoText = (TextView) pyT.e(view, R.id.additional_info_text, "field 'additionalInfoText'", TextView.class); reviewCommonFragment.additionalConfirmText = (TextView) pyT.e(view, R.id.additional_confirm_text, "field 'additionalConfirmText'", TextView.class); View a = pyT.a(view, R.id.button_confirm, "field 'btConfirm' and method 'onConfirmButtonClicked'"); reviewCommonFragment.btConfirm = (DefaultButton) pyT.c(a, R.id.button_confirm, "field 'btConfirm'", DefaultButton.class); this.b = a; a.setOnClickListener(new gnL(this, reviewCommonFragment) { // from class: com.scb.phone.view.fragment.ReviewCommonFragment_ViewBinding.2 private ReviewCommonFragment_ViewBinding b; private ReviewCommonFragment c; { this.b = this; this.c = reviewCommonFragment; } @Override // o.gnL public final void e(View view2) { this.c.onConfirmButtonClicked(); } }); reviewCommonFragment.warningMessageLayout = (LinearLayout) pyT.e(view, R.id.ll_warning_message_layout, "field 'warningMessageLayout'", LinearLayout.class); reviewCommonFragment.tvWarningMessageHeader = (TextView) pyT.e(view, R.id.tv_warning_message_header, "field 'tvWarningMessageHeader'", TextView.class); reviewCommonFragment.tvWarningMessage = (TextView) pyT.e(view, R.id.tv_warning_message, "field 'tvWarningMessage'", TextView.class); } @Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder public final void a() { ReviewCommonFragment reviewCommonFragment = this.c; if (reviewCommonFragment == null) { throw new IllegalStateException("Bindings already cleared."); } this.c = null; reviewCommonFragment.container = null; reviewCommonFragment.additionalInfoText = null; reviewCommonFragment.additionalConfirmText = null; reviewCommonFragment.btConfirm = null; reviewCommonFragment.warningMessageLayout = null; reviewCommonFragment.tvWarningMessageHeader = null; reviewCommonFragment.tvWarningMessage = null; this.b.setOnClickListener(null); this.b = null; super.a(); } }