67 lines
3.4 KiB
Java
67 lines
3.4 KiB
Java
package com.scb.phone.view.activity.mwpartner;
|
|
|
|
import android.view.View;
|
|
import android.widget.Button;
|
|
import android.widget.LinearLayout;
|
|
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 final class MwManageReceivingAccountActivity_ViewBinding extends BaseActivity_ViewBinding {
|
|
private MwManageReceivingAccountActivity b;
|
|
private View e;
|
|
|
|
public MwManageReceivingAccountActivity_ViewBinding(MwManageReceivingAccountActivity mwManageReceivingAccountActivity, View view) {
|
|
super(mwManageReceivingAccountActivity, view);
|
|
this.b = mwManageReceivingAccountActivity;
|
|
mwManageReceivingAccountActivity.tvWalletId = (TextView) pyT.e(view, R.id.tv_wallet_id, "field 'tvWalletId'", TextView.class);
|
|
mwManageReceivingAccountActivity.tvAccountNo = (TextView) pyT.e(view, R.id.tv_account_no, "field 'tvAccountNo'", TextView.class);
|
|
mwManageReceivingAccountActivity.tvAccountType = (TextView) pyT.e(view, R.id.tv_account_type, "field 'tvAccountType'", TextView.class);
|
|
mwManageReceivingAccountActivity.recyclerView = (RecyclerView) pyT.e(view, R.id.recyclerView, "field 'recyclerView'", RecyclerView.class);
|
|
mwManageReceivingAccountActivity.tvRemake = (TextView) pyT.e(view, R.id.tv_remake, "field 'tvRemake'", TextView.class);
|
|
mwManageReceivingAccountActivity.emptyView = (LinearLayout) pyT.e(view, R.id.layout_empty, "field 'emptyView'", LinearLayout.class);
|
|
View a = pyT.a(view, R.id.btn_change, "field 'btnChange' and method 'onClickChange'");
|
|
mwManageReceivingAccountActivity.btnChange = (Button) pyT.c(a, R.id.btn_change, "field 'btnChange'", Button.class);
|
|
this.e = a;
|
|
a.setOnClickListener(new gnL(this, mwManageReceivingAccountActivity) { // from class: com.scb.phone.view.activity.mwpartner.MwManageReceivingAccountActivity_ViewBinding.1
|
|
private MwManageReceivingAccountActivity a;
|
|
private MwManageReceivingAccountActivity_ViewBinding b;
|
|
|
|
{
|
|
this.b = this;
|
|
this.a = mwManageReceivingAccountActivity;
|
|
}
|
|
|
|
@Override // o.gnL
|
|
public final void e(View view2) {
|
|
this.a.onClickChange();
|
|
}
|
|
});
|
|
mwManageReceivingAccountActivity.verticalLine = pyT.a(view, R.id.view_vertical_line, "field 'verticalLine'");
|
|
}
|
|
|
|
@Override // com.scb.phone.view.activity.BaseActivity_ViewBinding, butterknife.Unbinder
|
|
public final void a() {
|
|
MwManageReceivingAccountActivity mwManageReceivingAccountActivity = this.b;
|
|
if (mwManageReceivingAccountActivity == null) {
|
|
throw new IllegalStateException("Bindings already cleared.");
|
|
}
|
|
this.b = null;
|
|
mwManageReceivingAccountActivity.tvWalletId = null;
|
|
mwManageReceivingAccountActivity.tvAccountNo = null;
|
|
mwManageReceivingAccountActivity.tvAccountType = null;
|
|
mwManageReceivingAccountActivity.recyclerView = null;
|
|
mwManageReceivingAccountActivity.tvRemake = null;
|
|
mwManageReceivingAccountActivity.emptyView = null;
|
|
mwManageReceivingAccountActivity.btnChange = null;
|
|
mwManageReceivingAccountActivity.verticalLine = null;
|
|
this.e.setOnClickListener(null);
|
|
this.e = null;
|
|
super.a();
|
|
}
|
|
}
|