Skip to content

Instantly share code, notes, and snippets.

@MkhytarMkhoian
Created June 4, 2024 19:35
Show Gist options
  • Save MkhytarMkhoian/dd52400657719b2aeda89b06433bb879 to your computer and use it in GitHub Desktop.
Save MkhytarMkhoian/dd52400657719b2aeda89b06433bb879 to your computer and use it in GitHub Desktop.
interface DeeplinkRepository {
suspend fun getDeepLink(uri: String): DeepLink
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment