package com.scb.phone.view.fragment.ebillsubscription; import android.view.View; import android.widget.TextView; import com.scb.phone.R; import o.gnL; import o.pyT; /* loaded from: classes5.dex */ public class EBillSubscriptionSuccessFragment_ViewBinding extends BaseEBillSubscriptionReviewFragment_ViewBinding { private EBillSubscriptionSuccessFragment c; private View e; public EBillSubscriptionSuccessFragment_ViewBinding(EBillSubscriptionSuccessFragment eBillSubscriptionSuccessFragment, View view) { super(eBillSubscriptionSuccessFragment, view); this.c = eBillSubscriptionSuccessFragment; eBillSubscriptionSuccessFragment.refIdTextView = (TextView) pyT.e(view, R.id.text_reference_id, "field 'refIdTextView'", TextView.class); eBillSubscriptionSuccessFragment.dateTimeTextView = (TextView) pyT.e(view, R.id.text_date_time, "field 'dateTimeTextView'", TextView.class); View a = pyT.a(view, R.id.return_button, "method 'onReturnToSubscriptionListClick'"); this.e = a; a.setOnClickListener(new gnL(this, eBillSubscriptionSuccessFragment) { // from class: com.scb.phone.view.fragment.ebillsubscription.EBillSubscriptionSuccessFragment_ViewBinding.5 private EBillSubscriptionSuccessFragment a; private EBillSubscriptionSuccessFragment_ViewBinding b; { this.b = this; this.a = eBillSubscriptionSuccessFragment; } @Override // o.gnL public final void e(View view2) { this.a.onReturnToSubscriptionListClick(); } }); } @Override // com.scb.phone.view.fragment.ebillsubscription.BaseEBillSubscriptionReviewFragment_ViewBinding, com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder public final void a() { EBillSubscriptionSuccessFragment eBillSubscriptionSuccessFragment = this.c; if (eBillSubscriptionSuccessFragment == null) { throw new IllegalStateException("Bindings already cleared."); } this.c = null; eBillSubscriptionSuccessFragment.refIdTextView = null; eBillSubscriptionSuccessFragment.dateTimeTextView = null; this.e.setOnClickListener(null); this.e = null; super.a(); } }