package com.scb.phone.view.fragment.hml.businessowner; import android.os.Bundle; import com.scb.phone.R; import o.C14957gcv; import o.NB; /* loaded from: classes5.dex */ public final class HmlBusinessOwnerOutcomePendingFragment extends Hilt_HmlBusinessOwnerOutcomePendingFragment { /* loaded from: classes5.dex */ public static final class HBt { private HBt() { } public /* synthetic */ HBt(byte b) { this(); } } @Override // com.scb.phone.view.fragment.hml.HmlOutcomePendingFragment public final void d(NB nb) { C14957gcv.e(nb, ""); super.d(nb); this.statusHeader.setText(getString(R.string.hml_business_owner_outcome_loan_status_header)); this.statusFirst.setText(getString(R.string.hml_business_owner_outcome_application_received)); this.statusSecond.setText(getString(R.string.hml_business_owner_outcome_reviewing_docs)); this.statusThird.setText(getString(R.string.hml_business_owner_outcome_get_result)); this.notificationHeader.setText(getString(R.string.hml_business_owner_outcome_get_notified)); this.notificationText.setText(getString(R.string.hml_business_owner_outcome_sms_notification)); this.contactInfo.setText(getString(R.string.hml_business_owner_outcome_inquiries)); } public static final HmlBusinessOwnerOutcomePendingFragment c(NB nb) { C14957gcv.e(nb, ""); HmlBusinessOwnerOutcomePendingFragment hmlBusinessOwnerOutcomePendingFragment = new HmlBusinessOwnerOutcomePendingFragment(); Bundle bundle = new Bundle(); bundle.putParcelable("HML_OUTCOME_PENDING_EXTRA", nb); hmlBusinessOwnerOutcomePendingFragment.setArguments(bundle); return hmlBusinessOwnerOutcomePendingFragment; } static { new HBt((byte) 0); } }