package com.scb.phone.view.fragment.ebillsubscription; import android.view.View; import com.scb.phone.R; import o.gnL; import o.pyT; /* loaded from: classes5.dex */ public class EbillSubscriptionReviewFragment_ViewBinding extends BaseEBillSubscriptionReviewFragment_ViewBinding { private View b; private EbillSubscriptionReviewFragment d; public EbillSubscriptionReviewFragment_ViewBinding(EbillSubscriptionReviewFragment ebillSubscriptionReviewFragment, View view) { super(ebillSubscriptionReviewFragment, view); this.d = ebillSubscriptionReviewFragment; View a = pyT.a(view, R.id.button_confirm, "method 'onConfirmButtonClick'"); this.b = a; a.setOnClickListener(new gnL(this, ebillSubscriptionReviewFragment) { // from class: com.scb.phone.view.fragment.ebillsubscription.EbillSubscriptionReviewFragment_ViewBinding.5 private EbillSubscriptionReviewFragment c; private EbillSubscriptionReviewFragment_ViewBinding e; { this.e = this; this.c = ebillSubscriptionReviewFragment; } @Override // o.gnL public final void e(View view2) { this.c.onConfirmButtonClick(); } }); } @Override // com.scb.phone.view.fragment.ebillsubscription.BaseEBillSubscriptionReviewFragment_ViewBinding, com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder public final void a() { if (this.d == null) { throw new IllegalStateException("Bindings already cleared."); } this.d = null; this.b.setOnClickListener(null); this.b = null; super.a(); } }