package com.scb.phone.view.fragment.transferandpay; import android.widget.ImageView; import android.widget.LinearLayout; import android.widget.TextView; import butterknife.BindView; /* loaded from: classes5.dex */ public final class LevelUpRepaymentQrScreenshotFragment extends Hilt_LevelUpRepaymentQrScreenshotFragment { @BindView public ImageView ivQrIcon; @BindView public LinearLayout llQrSlipHorizontal; @BindView public LinearLayout llQrSlipVertical; @BindView public TextView tvAmount; @BindView public TextView tvBillName; @BindView public TextView tvBillRef1; @BindView public TextView tvBillRef2; @BindView public TextView tvDescription; @BindView public TextView tvDescriptionLeft; @BindView public TextView tvDescriptionRight; @BindView public TextView tvHeaderDescription; @BindView public TextView tvHeaderTitle; @BindView public TextView tvRemark; @BindView public TextView tvTitle; }