package com.scb.phone.view.activity.mwpartner; import android.view.View; import android.widget.Button; import android.widget.ImageView; 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: classes5.dex */ public class MwLandingActivity_ViewBinding extends BaseActivity_ViewBinding { private View b; private View c; private View d; private MwLandingActivity e; public MwLandingActivity_ViewBinding(MwLandingActivity mwLandingActivity, View view) { super(mwLandingActivity, view); this.e = mwLandingActivity; mwLandingActivity.rvWallet = (RecyclerView) pyT.e(view, R.id.rv_wallet, "field 'rvWallet'", RecyclerView.class); View a = pyT.a(view, R.id.iv_gmb_banner, "field 'ivGmbBanner' and method 'omGMBSectionClick'"); mwLandingActivity.ivGmbBanner = (ImageView) pyT.c(a, R.id.iv_gmb_banner, "field 'ivGmbBanner'", ImageView.class); this.c = a; a.setOnClickListener(new gnL(this, mwLandingActivity) { // from class: com.scb.phone.view.activity.mwpartner.MwLandingActivity_ViewBinding.5 private MwLandingActivity_ViewBinding d; private MwLandingActivity e; { this.d = this; this.e = mwLandingActivity; } @Override // o.gnL public final void e(View view2) { this.e.omGMBSectionClick(); } }); View a2 = pyT.a(view, R.id.btn_download, "field 'buttonDownload' and method 'onDownloadClick'"); mwLandingActivity.buttonDownload = (Button) pyT.c(a2, R.id.btn_download, "field 'buttonDownload'", Button.class); this.b = a2; a2.setOnClickListener(new gnL(this, mwLandingActivity) { // from class: com.scb.phone.view.activity.mwpartner.MwLandingActivity_ViewBinding.3 private MwLandingActivity b; private MwLandingActivity_ViewBinding c; { this.c = this; this.b = mwLandingActivity; } @Override // o.gnL public final void e(View view2) { this.b.onDownloadClick(); } }); mwLandingActivity.myshopTitle = (TextView) pyT.e(view, R.id.tv_myshop, "field 'myshopTitle'", TextView.class); View a3 = pyT.a(view, R.id.btn_gmb_activate_account, "field 'btnGmbActivateAccount' and method 'omGMBSectionClick'"); mwLandingActivity.btnGmbActivateAccount = (Button) pyT.c(a3, R.id.btn_gmb_activate_account, "field 'btnGmbActivateAccount'", Button.class); this.d = a3; a3.setOnClickListener(new gnL(this, mwLandingActivity) { // from class: com.scb.phone.view.activity.mwpartner.MwLandingActivity_ViewBinding.4 private MwLandingActivity_ViewBinding c; private MwLandingActivity d; { this.c = this; this.d = mwLandingActivity; } @Override // o.gnL public final void e(View view2) { this.d.omGMBSectionClick(); } }); } @Override // com.scb.phone.view.activity.BaseActivity_ViewBinding, butterknife.Unbinder public final void a() { MwLandingActivity mwLandingActivity = this.e; if (mwLandingActivity == null) { throw new IllegalStateException("Bindings already cleared."); } this.e = null; mwLandingActivity.rvWallet = null; mwLandingActivity.ivGmbBanner = null; mwLandingActivity.buttonDownload = null; mwLandingActivity.myshopTitle = null; mwLandingActivity.btnGmbActivateAccount = null; this.c.setOnClickListener(null); this.c = null; this.b.setOnClickListener(null); this.b = null; this.d.setOnClickListener(null); this.d = null; super.a(); } }