88 lines
3.2 KiB
Java
88 lines
3.2 KiB
Java
package com.scb.phone.view.activity.mwpartner;
|
|
|
|
import android.view.View;
|
|
import android.widget.TextView;
|
|
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 MwManageWalletActivity_ViewBinding extends BaseActivity_ViewBinding {
|
|
private View b;
|
|
private View c;
|
|
private View d;
|
|
private MwManageWalletActivity e;
|
|
|
|
public MwManageWalletActivity_ViewBinding(MwManageWalletActivity mwManageWalletActivity, View view) {
|
|
super(mwManageWalletActivity, view);
|
|
this.e = mwManageWalletActivity;
|
|
mwManageWalletActivity.tvPrivacyConsent = (TextView) pyT.e(view, R.id.tv_mw_wallet_privacy_consent, "field 'tvPrivacyConsent'", TextView.class);
|
|
View a = pyT.a(view, R.id.tv_mw_manage_shop_info, "method 'clickManageShopInfo'");
|
|
this.c = a;
|
|
a.setOnClickListener(new gnL(this, mwManageWalletActivity) { // from class: com.scb.phone.view.activity.mwpartner.MwManageWalletActivity_ViewBinding.2
|
|
private MwManageWalletActivity c;
|
|
private MwManageWalletActivity_ViewBinding e;
|
|
|
|
{
|
|
this.e = this;
|
|
this.c = mwManageWalletActivity;
|
|
}
|
|
|
|
@Override // o.gnL
|
|
public final void e(View view2) {
|
|
this.c.clickManageShopInfo();
|
|
}
|
|
});
|
|
View a2 = pyT.a(view, R.id.tv_mw_manage_pin, "method 'clickManagePin'");
|
|
this.d = a2;
|
|
a2.setOnClickListener(new gnL(this, mwManageWalletActivity) { // from class: com.scb.phone.view.activity.mwpartner.MwManageWalletActivity_ViewBinding.4
|
|
private MwManageWalletActivity_ViewBinding a;
|
|
private MwManageWalletActivity e;
|
|
|
|
{
|
|
this.a = this;
|
|
this.e = mwManageWalletActivity;
|
|
}
|
|
|
|
@Override // o.gnL
|
|
public final void e(View view2) {
|
|
this.e.clickManagePin();
|
|
}
|
|
});
|
|
View a3 = pyT.a(view, R.id.tv_mw_manage_shop_account, "method 'clickManageShopAccount'");
|
|
this.b = a3;
|
|
a3.setOnClickListener(new gnL(this, mwManageWalletActivity) { // from class: com.scb.phone.view.activity.mwpartner.MwManageWalletActivity_ViewBinding.3
|
|
private MwManageWalletActivity b;
|
|
private MwManageWalletActivity_ViewBinding e;
|
|
|
|
{
|
|
this.e = this;
|
|
this.b = mwManageWalletActivity;
|
|
}
|
|
|
|
@Override // o.gnL
|
|
public final void e(View view2) {
|
|
this.b.clickManageShopAccount();
|
|
}
|
|
});
|
|
}
|
|
|
|
@Override // com.scb.phone.view.activity.BaseActivity_ViewBinding, butterknife.Unbinder
|
|
public final void a() {
|
|
MwManageWalletActivity mwManageWalletActivity = this.e;
|
|
if (mwManageWalletActivity == null) {
|
|
throw new IllegalStateException("Bindings already cleared.");
|
|
}
|
|
this.e = null;
|
|
mwManageWalletActivity.tvPrivacyConsent = null;
|
|
this.c.setOnClickListener(null);
|
|
this.c = null;
|
|
this.d.setOnClickListener(null);
|
|
this.d = null;
|
|
this.b.setOnClickListener(null);
|
|
this.b = null;
|
|
super.a();
|
|
}
|
|
}
|