what-the-bank/sources/com/scb/phone/view/fragment/ntb/address/CurrentAddressFragment.java

17 lines
672 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.scb.phone.view.fragment.ntb.address;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import com.scb.phone.R;
/* loaded from: classes5.dex */
public class CurrentAddressFragment extends Hilt_CurrentAddressFragment {
@Override // com.scb.phone.view.fragment.ntb.address.BaseAddressFragment, androidx.fragment.app.Fragment
public View onCreateView(LayoutInflater layoutInflater, ViewGroup viewGroup, Bundle bundle) {
this.g = getString(R.string.ntb_fillinformation_contact_info_current_address);
return super.onCreateView(layoutInflater, viewGroup, bundle);
}
}