package com.scb.phone.view.fragment.common; import android.view.View; import com.scb.phone.R; import com.scb.phone.view.fragment.PurchaseSuccessFragment_ViewBinding; import o.gnL; import o.pyT; /* loaded from: classes5.dex */ public final class ThirdPartySlipFragment_ViewBinding extends PurchaseSuccessFragment_ViewBinding { private ThirdPartySlipFragment b; private View c; public ThirdPartySlipFragment_ViewBinding(ThirdPartySlipFragment thirdPartySlipFragment, View view) { super(thirdPartySlipFragment, view); this.b = thirdPartySlipFragment; View a = pyT.a(view, R.id.return_button, "method 'onClickReturnButton'"); this.c = a; a.setOnClickListener(new gnL(this, thirdPartySlipFragment) { // from class: com.scb.phone.view.fragment.common.ThirdPartySlipFragment_ViewBinding.2 private ThirdPartySlipFragment c; private ThirdPartySlipFragment_ViewBinding e; { this.e = this; this.c = thirdPartySlipFragment; } @Override // o.gnL public final void e(View view2) { this.c.onClickReturnButton(); } }); } @Override // com.scb.phone.view.fragment.PurchaseSuccessFragment_ViewBinding, com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder public final void a() { if (this.b == null) { throw new IllegalStateException("Bindings already cleared."); } this.b = null; this.c.setOnClickListener(null); this.c = null; super.a(); } }