30 lines
783 B
Java
30 lines
783 B
Java
package com.scb.phone.view.fragment.chequemanagement;
|
|
|
|
import android.content.Context;
|
|
import android.view.View;
|
|
import android.widget.TextView;
|
|
import butterknife.BindView;
|
|
import butterknife.ButterKnife;
|
|
import o.C1191Xp;
|
|
|
|
/* loaded from: classes5.dex */
|
|
public class ChequeScreenshotFragment extends Hilt_ChequeScreenshotFragment {
|
|
|
|
@BindView
|
|
TextView dateTimeTextView;
|
|
|
|
@BindView
|
|
TextView refIdTextView;
|
|
|
|
@BindView
|
|
TextView titleSuccessTextView;
|
|
|
|
public final void c(C1191Xp c1191Xp, View view, Context context) {
|
|
ButterKnife.c(this, view);
|
|
this.titleSuccessTextView.setText(c1191Xp.s);
|
|
this.refIdTextView.setText(c1191Xp.r);
|
|
this.dateTimeTextView.setText(c1191Xp.f);
|
|
super.e(c1191Xp.p, view, context);
|
|
}
|
|
}
|