what-the-bank/sources/com/scb/phone/view/fragment/easycash/EasycashScreenShotFragment....

28 lines
583 B
Java

package com.scb.phone.view.fragment.easycash;
import android.widget.FrameLayout;
import android.widget.TextView;
import butterknife.BindView;
/* loaded from: classes5.dex */
public class EasycashScreenShotFragment extends Hilt_EasycashScreenShotFragment {
@BindView
public TextView dateTimeTextView;
@BindView
public TextView descriptionText;
@BindView
public TextView loanAppIdTextView;
@BindView
public TextView refIdTextView;
@BindView
public FrameLayout successCommonView;
@BindView
public TextView titleSuccessTextView;
}