what-the-bank/sources/com/scb/phone/view/activity/mwpartner/MwCreateQrActivity_ViewBind...

144 lines
6.6 KiB
Java

package com.scb.phone.view.activity.mwpartner;
import android.view.View;
import android.widget.ImageView;
import android.widget.LinearLayout;
import android.widget.TextView;
import androidx.constraintlayout.widget.ConstraintLayout;
import com.scb.phone.R;
import com.scb.phone.view.activity.BaseActivity_ViewBinding;
import com.scb.phone.view.custom.transferandpay.CustomTransferAndPayItem;
import o.gnL;
import o.pyT;
/* loaded from: classes5.dex */
public class MwCreateQrActivity_ViewBinding extends BaseActivity_ViewBinding {
private MwCreateQrActivity b;
private View c;
private View d;
private View e;
private View j;
public MwCreateQrActivity_ViewBinding(MwCreateQrActivity mwCreateQrActivity, View view) {
super(mwCreateQrActivity, view);
this.b = mwCreateQrActivity;
mwCreateQrActivity.qrCodeImageView = (ImageView) pyT.e(view, R.id.iv_qr_code, "field 'qrCodeImageView'", ImageView.class);
mwCreateQrActivity.imageShopCover = (ImageView) pyT.e(view, R.id.image_shop_cover, "field 'imageShopCover'", ImageView.class);
mwCreateQrActivity.layoutEmptyShopCover = (ConstraintLayout) pyT.e(view, R.id.ll_add_shop_cover_container, "field 'layoutEmptyShopCover'", ConstraintLayout.class);
mwCreateQrActivity.layoutDynamicAmount = (LinearLayout) pyT.e(view, R.id.layout_dynamic_amount, "field 'layoutDynamicAmount'", LinearLayout.class);
mwCreateQrActivity.tvPayWalletId = (TextView) pyT.e(view, R.id.text_pay_wallet_id, "field 'tvPayWalletId'", TextView.class);
mwCreateQrActivity.layoutShopRefence = (LinearLayout) pyT.e(view, R.id.layout_shop_reference, "field 'layoutShopRefence'", LinearLayout.class);
mwCreateQrActivity.shopReferenceValue = (TextView) pyT.e(view, R.id.shop_reference_value, "field 'shopReferenceValue'", TextView.class);
mwCreateQrActivity.amountItem = (CustomTransferAndPayItem) pyT.e(view, R.id.amount, "field 'amountItem'", CustomTransferAndPayItem.class);
mwCreateQrActivity.tvNameTH = (TextView) pyT.e(view, R.id.text_name_th, "field 'tvNameTH'", TextView.class);
mwCreateQrActivity.tvNameEN = (TextView) pyT.e(view, R.id.text_name_en, "field 'tvNameEN'", TextView.class);
mwCreateQrActivity.tvDailyLimit = (TextView) pyT.e(view, R.id.tv_daily_limit_link, "field 'tvDailyLimit'", TextView.class);
mwCreateQrActivity.tvAmount = (TextView) pyT.e(view, R.id.text_amount, "field 'tvAmount'", TextView.class);
mwCreateQrActivity.tvAccountName = (TextView) pyT.e(view, R.id.transfer_account_name, "field 'tvAccountName'", TextView.class);
mwCreateQrActivity.separator1 = pyT.a(view, R.id.separator1, "field 'separator1'");
mwCreateQrActivity.separator2 = pyT.a(view, R.id.separator2, "field 'separator2'");
View a = pyT.a(view, R.id.save_qr_button, "method 'saveSlipButton'");
this.c = a;
a.setOnClickListener(new gnL(this, mwCreateQrActivity) { // from class: com.scb.phone.view.activity.mwpartner.MwCreateQrActivity_ViewBinding.2
private MwCreateQrActivity a;
private MwCreateQrActivity_ViewBinding b;
{
this.b = this;
this.a = mwCreateQrActivity;
}
@Override // o.gnL
public final void e(View view2) {
this.a.saveSlipButton();
}
});
View findViewById = view.findViewById(R.id.share_button);
if (findViewById != null) {
this.j = findViewById;
findViewById.setOnClickListener(new gnL(this, mwCreateQrActivity) { // from class: com.scb.phone.view.activity.mwpartner.MwCreateQrActivity_ViewBinding.1
private MwCreateQrActivity_ViewBinding a;
private MwCreateQrActivity b;
{
this.a = this;
this.b = mwCreateQrActivity;
}
@Override // o.gnL
public final void e(View view2) {
this.b.onShareButtonClick();
}
});
}
View a2 = pyT.a(view, R.id.create_qr_code_button, "method 'onCreateQRCodeButtonClick'");
this.e = a2;
a2.setOnClickListener(new gnL(this, mwCreateQrActivity) { // from class: com.scb.phone.view.activity.mwpartner.MwCreateQrActivity_ViewBinding.3
private MwCreateQrActivity a;
private MwCreateQrActivity_ViewBinding c;
{
this.c = this;
this.a = mwCreateQrActivity;
}
@Override // o.gnL
public final void e(View view2) {
this.a.onCreateQRCodeButtonClick();
}
});
View a3 = pyT.a(view, R.id.return_button, "method 'onReturnHomeClick'");
this.d = a3;
a3.setOnClickListener(new gnL(this, mwCreateQrActivity) { // from class: com.scb.phone.view.activity.mwpartner.MwCreateQrActivity_ViewBinding.5
private MwCreateQrActivity_ViewBinding a;
private MwCreateQrActivity d;
{
this.a = this;
this.d = mwCreateQrActivity;
}
@Override // o.gnL
public final void e(View view2) {
this.d.onReturnHomeClick();
}
});
}
@Override // com.scb.phone.view.activity.BaseActivity_ViewBinding, butterknife.Unbinder
public final void a() {
MwCreateQrActivity mwCreateQrActivity = this.b;
if (mwCreateQrActivity == null) {
throw new IllegalStateException("Bindings already cleared.");
}
this.b = null;
mwCreateQrActivity.qrCodeImageView = null;
mwCreateQrActivity.imageShopCover = null;
mwCreateQrActivity.layoutEmptyShopCover = null;
mwCreateQrActivity.layoutDynamicAmount = null;
mwCreateQrActivity.tvPayWalletId = null;
mwCreateQrActivity.layoutShopRefence = null;
mwCreateQrActivity.shopReferenceValue = null;
mwCreateQrActivity.amountItem = null;
mwCreateQrActivity.tvNameTH = null;
mwCreateQrActivity.tvNameEN = null;
mwCreateQrActivity.tvDailyLimit = null;
mwCreateQrActivity.tvAmount = null;
mwCreateQrActivity.tvAccountName = null;
mwCreateQrActivity.separator1 = null;
mwCreateQrActivity.separator2 = null;
this.c.setOnClickListener(null);
this.c = null;
View view = this.j;
if (view != null) {
view.setOnClickListener(null);
this.j = null;
}
this.e.setOnClickListener(null);
this.e = null;
this.d.setOnClickListener(null);
this.d = null;
super.a();
}
}