Skip to content

Instantly share code, notes, and snippets.

@RafalManka
Created April 28, 2019 08:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RafalManka/18c0ed844c1a5f52b1c02bc76cf77660 to your computer and use it in GitHub Desktop.
Save RafalManka/18c0ed844c1a5f52b1c02bc76cf77660 to your computer and use it in GitHub Desktop.
package com.example.contact
import com.example.navigation.Navigation
object ContactFormModule {
object GoTo {
const val selectUser = "selectUser"
}
lateinit var navigation: Navigation
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment