23 lines
874 B
Java
23 lines
874 B
Java
|
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);
|
||
|
}
|
||
|
}
|