package com.scb.phone.view.fragment.promptpay; import android.view.View; import android.widget.ImageView; import com.scb.phone.R; import com.scb.phone.view.custom.transferandpay.CustomTransferAndPayItem; import com.scb.phone.view.fragment.BaseFragment_ViewBinding; import o.gnL; import o.pyT; /* loaded from: classes5.dex */ public class PromptPayQRSuccessFragment_ViewBinding extends BaseFragment_ViewBinding { private View b; private View c; private PromptPayQRSuccessFragment d; private View e; private View f; public PromptPayQRSuccessFragment_ViewBinding(PromptPayQRSuccessFragment promptPayQRSuccessFragment, View view) { super(promptPayQRSuccessFragment, view); this.d = promptPayQRSuccessFragment; promptPayQRSuccessFragment.qrCodeImageView = (ImageView) pyT.e(view, R.id.iv_qr_code, "field 'qrCodeImageView'", ImageView.class); promptPayQRSuccessFragment.accountNumberCustomTarget = (CustomTransferAndPayItem) pyT.e(view, R.id.account_number, "field 'accountNumberCustomTarget'", CustomTransferAndPayItem.class); promptPayQRSuccessFragment.amountCustomTarget = (CustomTransferAndPayItem) pyT.e(view, R.id.amount, "field 'amountCustomTarget'", CustomTransferAndPayItem.class); View a = pyT.a(view, R.id.save_qr_button, "method 'saveSlipButton'"); this.c = a; a.setOnClickListener(new gnL(this, promptPayQRSuccessFragment) { // from class: com.scb.phone.view.fragment.promptpay.PromptPayQRSuccessFragment_ViewBinding.3 private PromptPayQRSuccessFragment b; private PromptPayQRSuccessFragment_ViewBinding c; { this.c = this; this.b = promptPayQRSuccessFragment; } @Override // o.gnL public final void e(View view2) { this.b.saveSlipButton(); } }); View findViewById = view.findViewById(R.id.share_button); if (findViewById != null) { this.f = findViewById; findViewById.setOnClickListener(new gnL(this, promptPayQRSuccessFragment) { // from class: com.scb.phone.view.fragment.promptpay.PromptPayQRSuccessFragment_ViewBinding.2 private PromptPayQRSuccessFragment_ViewBinding c; private PromptPayQRSuccessFragment e; { this.c = this; this.e = promptPayQRSuccessFragment; } @Override // o.gnL public final void e(View view2) { this.e.onShareButtonClick(); } }); } View a2 = pyT.a(view, R.id.create_qr_code_button, "method 'onCreateQRCodeButtonClick'"); this.b = a2; a2.setOnClickListener(new gnL(this, promptPayQRSuccessFragment) { // from class: com.scb.phone.view.fragment.promptpay.PromptPayQRSuccessFragment_ViewBinding.4 private PromptPayQRSuccessFragment a; private PromptPayQRSuccessFragment_ViewBinding c; { this.c = this; this.a = promptPayQRSuccessFragment; } @Override // o.gnL public final void e(View view2) { this.a.onCreateQRCodeButtonClick(); } }); View a3 = pyT.a(view, R.id.return_button, "method 'onReturnHomeClick'"); this.e = a3; a3.setOnClickListener(new gnL(this, promptPayQRSuccessFragment) { // from class: com.scb.phone.view.fragment.promptpay.PromptPayQRSuccessFragment_ViewBinding.5 private PromptPayQRSuccessFragment a; private PromptPayQRSuccessFragment_ViewBinding e; { this.e = this; this.a = promptPayQRSuccessFragment; } @Override // o.gnL public final void e(View view2) { this.a.onReturnHomeClick(); } }); } @Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder public final void a() { PromptPayQRSuccessFragment promptPayQRSuccessFragment = this.d; if (promptPayQRSuccessFragment == null) { throw new IllegalStateException("Bindings already cleared."); } this.d = null; promptPayQRSuccessFragment.qrCodeImageView = null; promptPayQRSuccessFragment.accountNumberCustomTarget = null; promptPayQRSuccessFragment.amountCustomTarget = null; this.c.setOnClickListener(null); this.c = null; View view = this.f; if (view != null) { view.setOnClickListener(null); this.f = null; } this.b.setOnClickListener(null); this.b = null; this.e.setOnClickListener(null); this.e = null; super.a(); } }