66 lines
3.1 KiB
Java
66 lines
3.1 KiB
Java
package com.scb.phone.view.activity.mwpartner;
|
|
|
|
import android.view.View;
|
|
import android.widget.ImageView;
|
|
import android.widget.TextView;
|
|
import androidx.constraintlayout.widget.ConstraintLayout;
|
|
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 MwReviewActivity_ViewBinding extends BaseActivity_ViewBinding {
|
|
private MwReviewActivity c;
|
|
private View e;
|
|
|
|
public MwReviewActivity_ViewBinding(MwReviewActivity mwReviewActivity, View view) {
|
|
super(mwReviewActivity, view);
|
|
this.c = mwReviewActivity;
|
|
mwReviewActivity.imgShopPhoto = (ImageView) pyT.e(view, R.id.img_mw_review_shop_photo, "field 'imgShopPhoto'", ImageView.class);
|
|
mwReviewActivity.tvReceivingAccount = (TextView) pyT.e(view, R.id.tv_mw_review_receiving_account, "field 'tvReceivingAccount'", TextView.class);
|
|
mwReviewActivity.tvAcountNumber = (TextView) pyT.e(view, R.id.tv_mw_review_account_number, "field 'tvAcountNumber'", TextView.class);
|
|
mwReviewActivity.tvShopOwner = (TextView) pyT.e(view, R.id.tv_mw_review_shop_owner, "field 'tvShopOwner'", TextView.class);
|
|
mwReviewActivity.tvShopName = (TextView) pyT.e(view, R.id.tv_mw_review_shop_name, "field 'tvShopName'", TextView.class);
|
|
mwReviewActivity.tvShopType = (TextView) pyT.e(view, R.id.tv_mw_review_shop_type, "field 'tvShopType'", TextView.class);
|
|
mwReviewActivity.imgBankLogo = (ImageView) pyT.e(view, R.id.img_mw_review_bank_icon, "field 'imgBankLogo'", ImageView.class);
|
|
mwReviewActivity.shopCoverEmpty = (ConstraintLayout) pyT.e(view, R.id.ll_add_shop_cover_container, "field 'shopCoverEmpty'", ConstraintLayout.class);
|
|
View a = pyT.a(view, R.id.btn_review_confirm, "method 'onClickConfirm'");
|
|
this.e = a;
|
|
a.setOnClickListener(new gnL(this, mwReviewActivity) { // from class: com.scb.phone.view.activity.mwpartner.MwReviewActivity_ViewBinding.5
|
|
private MwReviewActivity_ViewBinding b;
|
|
private MwReviewActivity d;
|
|
|
|
{
|
|
this.b = this;
|
|
this.d = mwReviewActivity;
|
|
}
|
|
|
|
@Override // o.gnL
|
|
public final void e(View view2) {
|
|
this.d.onClickConfirm();
|
|
}
|
|
});
|
|
}
|
|
|
|
@Override // com.scb.phone.view.activity.BaseActivity_ViewBinding, butterknife.Unbinder
|
|
public final void a() {
|
|
MwReviewActivity mwReviewActivity = this.c;
|
|
if (mwReviewActivity == null) {
|
|
throw new IllegalStateException("Bindings already cleared.");
|
|
}
|
|
this.c = null;
|
|
mwReviewActivity.imgShopPhoto = null;
|
|
mwReviewActivity.tvReceivingAccount = null;
|
|
mwReviewActivity.tvAcountNumber = null;
|
|
mwReviewActivity.tvShopOwner = null;
|
|
mwReviewActivity.tvShopName = null;
|
|
mwReviewActivity.tvShopType = null;
|
|
mwReviewActivity.imgBankLogo = null;
|
|
mwReviewActivity.shopCoverEmpty = null;
|
|
this.e.setOnClickListener(null);
|
|
this.e = null;
|
|
super.a();
|
|
}
|
|
}
|