Skip to content

Instantly share code, notes, and snippets.

@Rashidium
Last active March 31, 2021 18:19
Show Gist options
  • Save Rashidium/88c065879c61064b6a95fe9288584814 to your computer and use it in GitHub Desktop.
Save Rashidium/88c065879c61064b6a95fe9288584814 to your computer and use it in GitHub Desktop.
AppLinkable with getLinkable function
/// AppLinkable's for deeplink navigation.
public protocol AppLinkable {
/// Returns AppLinkable if url is satisfied
/// - Parameter url: URL of deeplink
func getLinkable(_ url: URL) -> Self?
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment