what-the-bank/sources/com/scb/phone/view/fragment/sme/gifting/GiftSelectionEmptyStateFrag...

23 lines
874 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.scb.phone.view.fragment.sme.gifting;
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 GiftSelectionEmptyStateFragment extends Hilt_GiftSelectionEmptyStateFragment {
public static GiftSelectionEmptyStateFragment d() {
Bundle bundle = new Bundle();
GiftSelectionEmptyStateFragment giftSelectionEmptyStateFragment = new GiftSelectionEmptyStateFragment();
giftSelectionEmptyStateFragment.setArguments(bundle);
return giftSelectionEmptyStateFragment;
}
@Override // androidx.fragment.app.Fragment
public View onCreateView(LayoutInflater layoutInflater, ViewGroup viewGroup, Bundle bundle) {
return layoutInflater.inflate(R.layout.2131559681, viewGroup, false);
}
}