Skip to content

Instantly share code, notes, and snippets.

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