- <?xml version="1.0" encoding="utf-8"?>
- <navigation xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:app="http://schemas.android.com/apk/res-auto"
- app:startDestination="@id/splashFragment">
- <fragment
- android:id="@+id/splashFragment"
- android:name="com.fastest.pass.splash.presentation.ui.SplashFragment"
- android:label="SplashFragment" />
- </navigation>
|