package com.scb.phone.view.fragment.easycash; import android.view.View; import android.widget.Button; import android.widget.FrameLayout; import android.widget.ImageView; import android.widget.LinearLayout; import android.widget.RelativeLayout; import android.widget.TextView; import com.scb.phone.R; import com.scb.phone.view.fragment.BaseFragment_ViewBinding; import o.gnL; import o.pyT; /* loaded from: classes5.dex */ public class EasycashSuccessFragment_ViewBinding extends BaseFragment_ViewBinding { private EasycashSuccessFragment b; private View c; private View e; public EasycashSuccessFragment_ViewBinding(EasycashSuccessFragment easycashSuccessFragment, View view) { super(easycashSuccessFragment, view); this.b = easycashSuccessFragment; easycashSuccessFragment.textViewPageTitle = (TextView) pyT.e(view, R.id.text_title, "field 'textViewPageTitle'", TextView.class); easycashSuccessFragment.textViewPageDescription = (TextView) pyT.e(view, R.id.text_desc, "field 'textViewPageDescription'", TextView.class); easycashSuccessFragment.textViewTransactionTime = (TextView) pyT.e(view, R.id.text_date_time, "field 'textViewTransactionTime'", TextView.class); easycashSuccessFragment.textViewTransactionId = (TextView) pyT.e(view, R.id.text_reference_id, "field 'textViewTransactionId'", TextView.class); easycashSuccessFragment.textViewLoanAppId = (TextView) pyT.e(view, R.id.text_loan_app_id, "field 'textViewLoanAppId'", TextView.class); easycashSuccessFragment.successCommonView = (FrameLayout) pyT.e(view, R.id.common_success_view, "field 'successCommonView'", FrameLayout.class); View a = pyT.a(view, R.id.auto_save_off_save_button, "field 'autoSaveOffSaveButton' and method 'saveSlipButton'"); easycashSuccessFragment.autoSaveOffSaveButton = (Button) pyT.c(a, R.id.auto_save_off_save_button, "field 'autoSaveOffSaveButton'", Button.class); this.c = a; a.setOnClickListener(new gnL(this, easycashSuccessFragment) { // from class: com.scb.phone.view.fragment.easycash.EasycashSuccessFragment_ViewBinding.2 private EasycashSuccessFragment a; private EasycashSuccessFragment_ViewBinding b; { this.b = this; this.a = easycashSuccessFragment; } @Override // o.gnL public final void e(View view2) { this.a.saveSlipButton(); } }); View a2 = pyT.a(view, R.id.return_button, "field 'returnButton' and method 'onReturnButtonClicked'"); easycashSuccessFragment.returnButton = (TextView) pyT.c(a2, R.id.return_button, "field 'returnButton'", TextView.class); this.e = a2; a2.setOnClickListener(new gnL(this, easycashSuccessFragment) { // from class: com.scb.phone.view.fragment.easycash.EasycashSuccessFragment_ViewBinding.3 private EasycashSuccessFragment c; private EasycashSuccessFragment_ViewBinding d; { this.d = this; this.c = easycashSuccessFragment; } @Override // o.gnL public final void e(View view2) { this.c.onReturnButtonClicked(); } }); easycashSuccessFragment.textViewRemainingBalance = (TextView) pyT.e(view, R.id.remaining_balance_text_view, "field 'textViewRemainingBalance'", TextView.class); easycashSuccessFragment.zigzagimage = (ImageView) pyT.e(view, R.id.end_slip, "field 'zigzagimage'", ImageView.class); easycashSuccessFragment.slipLayout = (RelativeLayout) pyT.e(view, R.id.layout_slip, "field 'slipLayout'", RelativeLayout.class); easycashSuccessFragment.contentLayout = (LinearLayout) pyT.e(view, R.id.root_layout, "field 'contentLayout'", LinearLayout.class); easycashSuccessFragment.printerLineView = pyT.a(view, R.id.line_black, "field 'printerLineView'"); } @Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder public final void a() { EasycashSuccessFragment easycashSuccessFragment = this.b; if (easycashSuccessFragment == null) { throw new IllegalStateException("Bindings already cleared."); } this.b = null; easycashSuccessFragment.textViewPageTitle = null; easycashSuccessFragment.textViewPageDescription = null; easycashSuccessFragment.textViewTransactionTime = null; easycashSuccessFragment.textViewTransactionId = null; easycashSuccessFragment.textViewLoanAppId = null; easycashSuccessFragment.successCommonView = null; easycashSuccessFragment.autoSaveOffSaveButton = null; easycashSuccessFragment.returnButton = null; easycashSuccessFragment.textViewRemainingBalance = null; easycashSuccessFragment.zigzagimage = null; easycashSuccessFragment.slipLayout = null; easycashSuccessFragment.contentLayout = null; easycashSuccessFragment.printerLineView = null; this.c.setOnClickListener(null); this.c = null; this.e.setOnClickListener(null); this.e = null; super.a(); } }