package com.scb.phone.view.fragment.easycash; import android.view.View; import com.scb.phone.R; import o.gnL; import o.pyT; /* loaded from: classes5.dex */ public final class EasycashCommonReviewFragment_ViewBinding extends EasycashBaseReviewFragment_ViewBinding { private View d; private EasycashCommonReviewFragment e; public EasycashCommonReviewFragment_ViewBinding(EasycashCommonReviewFragment easycashCommonReviewFragment, View view) { super(easycashCommonReviewFragment, view); this.e = easycashCommonReviewFragment; View a = pyT.a(view, R.id.confirm_button, "method 'onConfirmButtonClicked'"); this.d = a; a.setOnClickListener(new gnL(this, easycashCommonReviewFragment) { // from class: com.scb.phone.view.fragment.easycash.EasycashCommonReviewFragment_ViewBinding.3 private EasycashCommonReviewFragment a; private EasycashCommonReviewFragment_ViewBinding c; { this.c = this; this.a = easycashCommonReviewFragment; } @Override // o.gnL public final void e(View view2) { this.a.onConfirmButtonClicked(); } }); } @Override // com.scb.phone.view.fragment.easycash.EasycashBaseReviewFragment_ViewBinding, com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder public final void a() { if (this.e == null) { throw new IllegalStateException("Bindings already cleared."); } this.e = null; this.d.setOnClickListener(null); this.d = null; super.a(); } }