package com.scb.phone.view.activity.fastpay; import android.view.View; import android.widget.LinearLayout; import android.widget.RelativeLayout; import android.widget.TextView; import androidx.recyclerview.widget.RecyclerView; import com.scb.phone.R; import com.scb.phone.view.activity.BaseActivity_ViewBinding; import o.gnL; import o.pyT; /* loaded from: classes4.dex */ public class ManageFastPayQrScanActivity_ViewBinding extends BaseActivity_ViewBinding { private View b; private ManageFastPayQrScanActivity d; private View e; public ManageFastPayQrScanActivity_ViewBinding(ManageFastPayQrScanActivity manageFastPayQrScanActivity, View view) { super(manageFastPayQrScanActivity, view); this.d = manageFastPayQrScanActivity; manageFastPayQrScanActivity.recyclerView = (RecyclerView) pyT.e(view, R.id.recycler_view, "field 'recyclerView'", RecyclerView.class); manageFastPayQrScanActivity.layoutFastPaySetup = (LinearLayout) pyT.e(view, R.id.layout_fast_pay_setup, "field 'layoutFastPaySetup'", LinearLayout.class); manageFastPayQrScanActivity.textFastPaySettingTitle = (TextView) pyT.e(view, R.id.text_fast_pay_setting_title, "field 'textFastPaySettingTitle'", TextView.class); View a = pyT.a(view, R.id.layout_fast_pay_setup_fastpay_detail, "field 'layoutFastPaySetupFastPayDetail' and method 'onClickDetailLayout'"); manageFastPayQrScanActivity.layoutFastPaySetupFastPayDetail = (RelativeLayout) pyT.c(a, R.id.layout_fast_pay_setup_fastpay_detail, "field 'layoutFastPaySetupFastPayDetail'", RelativeLayout.class); this.e = a; a.setOnClickListener(new gnL(this, manageFastPayQrScanActivity) { // from class: com.scb.phone.view.activity.fastpay.ManageFastPayQrScanActivity_ViewBinding.4 private ManageFastPayQrScanActivity_ViewBinding a; private ManageFastPayQrScanActivity c; { this.a = this; this.c = manageFastPayQrScanActivity; } @Override // o.gnL public final void e(View view2) { this.c.onClickDetailLayout(view2); } }); View a2 = pyT.a(view, R.id.layout_fast_pay_setup_fastpay_init_state, "field 'layoutFastPaySetupFastPayInitState' and method 'onClickInitStateLayout'"); manageFastPayQrScanActivity.layoutFastPaySetupFastPayInitState = (RelativeLayout) pyT.c(a2, R.id.layout_fast_pay_setup_fastpay_init_state, "field 'layoutFastPaySetupFastPayInitState'", RelativeLayout.class); this.b = a2; a2.setOnClickListener(new gnL(this, manageFastPayQrScanActivity) { // from class: com.scb.phone.view.activity.fastpay.ManageFastPayQrScanActivity_ViewBinding.1 private ManageFastPayQrScanActivity a; private ManageFastPayQrScanActivity_ViewBinding e; { this.e = this; this.a = manageFastPayQrScanActivity; } @Override // o.gnL public final void e(View view2) { this.a.onClickInitStateLayout(view2); } }); manageFastPayQrScanActivity.textFastPayAccountName = (TextView) pyT.e(view, R.id.text_fast_pay_account_name, "field 'textFastPayAccountName'", TextView.class); manageFastPayQrScanActivity.textFastPayLimitAmount = (TextView) pyT.e(view, R.id.text_fast_pay_maximum_limit_per_day_amount, "field 'textFastPayLimitAmount'", TextView.class); } @Override // com.scb.phone.view.activity.BaseActivity_ViewBinding, butterknife.Unbinder public final void a() { ManageFastPayQrScanActivity manageFastPayQrScanActivity = this.d; if (manageFastPayQrScanActivity == null) { throw new IllegalStateException("Bindings already cleared."); } this.d = null; manageFastPayQrScanActivity.recyclerView = null; manageFastPayQrScanActivity.layoutFastPaySetup = null; manageFastPayQrScanActivity.textFastPaySettingTitle = null; manageFastPayQrScanActivity.layoutFastPaySetupFastPayDetail = null; manageFastPayQrScanActivity.layoutFastPaySetupFastPayInitState = null; manageFastPayQrScanActivity.textFastPayAccountName = null; manageFastPayQrScanActivity.textFastPayLimitAmount = null; this.e.setOnClickListener(null); this.e = null; this.b.setOnClickListener(null); this.b = null; super.a(); } }