what-the-bank/sources/com/scb/phone/view/fragment/investment/BaseInvestmentSuccessFragme...

34 lines
804 B
Java

package com.scb.phone.view.fragment.investment;
import android.content.Context;
import android.view.View;
import android.widget.TextView;
import butterknife.BindView;
import butterknife.ButterKnife;
import o.OI;
/* loaded from: classes5.dex */
public class BaseInvestmentSuccessFragment extends Hilt_BaseInvestmentSuccessFragment {
@BindView
TextView remark;
@BindView
TextView textDateTime;
@BindView
TextView textTitle;
@BindView
TextView tvSubTitle;
public final void d(OI oi, View view, Context context, String str) {
super.c(oi.b, view, context, str);
ButterKnife.c(this, view);
this.textTitle.setText(oi.f);
this.tvSubTitle.setText(oi.e);
this.textDateTime.setText(oi.a);
this.remark.setText(oi.d);
}
}