package com.scb.phone.view.fragment.deposit; import android.view.View; import android.widget.LinearLayout; import androidx.recyclerview.widget.RecyclerView; import com.scb.phone.R; import com.scb.phone.view.fragment.BaseFragment_ViewBinding; import o.gnL; import o.pyT; /* loaded from: classes5.dex */ public final class DepositSelectionFragment_ViewBinding extends BaseFragment_ViewBinding { private DepositSelectionFragment b; private View c; private View d; public DepositSelectionFragment_ViewBinding(DepositSelectionFragment depositSelectionFragment, View view) { super(depositSelectionFragment, view); this.b = depositSelectionFragment; depositSelectionFragment.recyclerView = (RecyclerView) pyT.e(view, R.id.recycler_view, "field 'recyclerView'", RecyclerView.class); depositSelectionFragment.saleSheetButtonContainer = (LinearLayout) pyT.e(view, R.id.ll_sale_sheet_button_container, "field 'saleSheetButtonContainer'", LinearLayout.class); View a = pyT.a(view, R.id.button_view_product_catalog, "method 'onClickRead'"); this.d = a; a.setOnClickListener(new gnL(this, depositSelectionFragment) { // from class: com.scb.phone.view.fragment.deposit.DepositSelectionFragment_ViewBinding.1 private DepositSelectionFragment d; private DepositSelectionFragment_ViewBinding e; { this.e = this; this.d = depositSelectionFragment; } @Override // o.gnL public final void e(View view2) { this.d.onClickRead(); } }); View a2 = pyT.a(view, R.id.view_sale_sheet_button, "method 'onClickViewSalesList'"); this.c = a2; a2.setOnClickListener(new gnL(this, depositSelectionFragment) { // from class: com.scb.phone.view.fragment.deposit.DepositSelectionFragment_ViewBinding.2 private DepositSelectionFragment a; private DepositSelectionFragment_ViewBinding d; { this.d = this; this.a = depositSelectionFragment; } @Override // o.gnL public final void e(View view2) { this.a.onClickViewSalesList(); } }); } @Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder public final void a() { DepositSelectionFragment depositSelectionFragment = this.b; if (depositSelectionFragment == null) { throw new IllegalStateException("Bindings already cleared."); } this.b = null; depositSelectionFragment.recyclerView = null; depositSelectionFragment.saleSheetButtonContainer = null; this.d.setOnClickListener(null); this.d = null; this.c.setOnClickListener(null); this.c = null; super.a(); } }