58 lines
4.2 KiB
Java
58 lines
4.2 KiB
Java
package com.scb.phone.view.fragment.transferandpay;
|
|
|
|
import android.view.View;
|
|
import android.widget.ImageView;
|
|
import android.widget.LinearLayout;
|
|
import android.widget.TextView;
|
|
import com.scb.phone.R;
|
|
import com.scb.phone.view.fragment.BaseFragment_ViewBinding;
|
|
import o.pyT;
|
|
|
|
/* loaded from: classes5.dex */
|
|
public final class LevelUpRepaymentQrScreenshotFragment_ViewBinding extends BaseFragment_ViewBinding {
|
|
private LevelUpRepaymentQrScreenshotFragment e;
|
|
|
|
public LevelUpRepaymentQrScreenshotFragment_ViewBinding(LevelUpRepaymentQrScreenshotFragment levelUpRepaymentQrScreenshotFragment, View view) {
|
|
super(levelUpRepaymentQrScreenshotFragment, view);
|
|
this.e = levelUpRepaymentQrScreenshotFragment;
|
|
levelUpRepaymentQrScreenshotFragment.tvHeaderTitle = (TextView) pyT.e(view, R.id.tv_qrcode_slip_title, "field 'tvHeaderTitle'", TextView.class);
|
|
levelUpRepaymentQrScreenshotFragment.tvHeaderDescription = (TextView) pyT.e(view, R.id.tv_qrcode_slip_description, "field 'tvHeaderDescription'", TextView.class);
|
|
levelUpRepaymentQrScreenshotFragment.tvBillName = (TextView) pyT.e(view, R.id.tv_qr_slip_bill_name, "field 'tvBillName'", TextView.class);
|
|
levelUpRepaymentQrScreenshotFragment.tvBillRef1 = (TextView) pyT.e(view, R.id.tv_qr_slip_bill_ref1, "field 'tvBillRef1'", TextView.class);
|
|
levelUpRepaymentQrScreenshotFragment.tvBillRef2 = (TextView) pyT.e(view, R.id.tv_qr_slip_bill_ref2, "field 'tvBillRef2'", TextView.class);
|
|
levelUpRepaymentQrScreenshotFragment.ivQrIcon = (ImageView) pyT.e(view, R.id.iv_qrcode_slip_icon, "field 'ivQrIcon'", ImageView.class);
|
|
levelUpRepaymentQrScreenshotFragment.tvTitle = (TextView) pyT.e(view, R.id.tv_qrcode_vertical_title, "field 'tvTitle'", TextView.class);
|
|
levelUpRepaymentQrScreenshotFragment.tvDescription = (TextView) pyT.e(view, R.id.tv_qrcode_vertical_description, "field 'tvDescription'", TextView.class);
|
|
levelUpRepaymentQrScreenshotFragment.tvAmount = (TextView) pyT.e(view, R.id.tv_qrcode_vertical_amount, "field 'tvAmount'", TextView.class);
|
|
levelUpRepaymentQrScreenshotFragment.tvDescriptionLeft = (TextView) pyT.e(view, R.id.tv_qrcode_horizontal_start, "field 'tvDescriptionLeft'", TextView.class);
|
|
levelUpRepaymentQrScreenshotFragment.tvDescriptionRight = (TextView) pyT.e(view, R.id.tv_qrcode_horizontal_end, "field 'tvDescriptionRight'", TextView.class);
|
|
levelUpRepaymentQrScreenshotFragment.tvRemark = (TextView) pyT.e(view, R.id.tv_qr_slip_remark, "field 'tvRemark'", TextView.class);
|
|
levelUpRepaymentQrScreenshotFragment.llQrSlipVertical = (LinearLayout) pyT.e(view, R.id.ll_txt_qrcode_slip_vertical, "field 'llQrSlipVertical'", LinearLayout.class);
|
|
levelUpRepaymentQrScreenshotFragment.llQrSlipHorizontal = (LinearLayout) pyT.e(view, R.id.ll_txt_qrcode_slip_horizontal, "field 'llQrSlipHorizontal'", LinearLayout.class);
|
|
}
|
|
|
|
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
|
|
public final void a() {
|
|
LevelUpRepaymentQrScreenshotFragment levelUpRepaymentQrScreenshotFragment = this.e;
|
|
if (levelUpRepaymentQrScreenshotFragment == null) {
|
|
throw new IllegalStateException("Bindings already cleared.");
|
|
}
|
|
this.e = null;
|
|
levelUpRepaymentQrScreenshotFragment.tvHeaderTitle = null;
|
|
levelUpRepaymentQrScreenshotFragment.tvHeaderDescription = null;
|
|
levelUpRepaymentQrScreenshotFragment.tvBillName = null;
|
|
levelUpRepaymentQrScreenshotFragment.tvBillRef1 = null;
|
|
levelUpRepaymentQrScreenshotFragment.tvBillRef2 = null;
|
|
levelUpRepaymentQrScreenshotFragment.ivQrIcon = null;
|
|
levelUpRepaymentQrScreenshotFragment.tvTitle = null;
|
|
levelUpRepaymentQrScreenshotFragment.tvDescription = null;
|
|
levelUpRepaymentQrScreenshotFragment.tvAmount = null;
|
|
levelUpRepaymentQrScreenshotFragment.tvDescriptionLeft = null;
|
|
levelUpRepaymentQrScreenshotFragment.tvDescriptionRight = null;
|
|
levelUpRepaymentQrScreenshotFragment.tvRemark = null;
|
|
levelUpRepaymentQrScreenshotFragment.llQrSlipVertical = null;
|
|
levelUpRepaymentQrScreenshotFragment.llQrSlipHorizontal = null;
|
|
super.a();
|
|
}
|
|
}
|