Skip to content

Instantly share code, notes, and snippets.

@WildStudio
Created May 28, 2018 08:16
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 WildStudio/9b7ca76e3083364f24b41ec718afdf7d to your computer and use it in GitHub Desktop.
Save WildStudio/9b7ca76e3083364f24b41ec718afdf7d to your computer and use it in GitHub Desktop.
protocol DeeplinkHandlerProtocol {
func handle(url: URL, completion:DeeplinkHandlerCompletion?) -> Bool
func handle(customScheme url: URL, completion:DeeplinkHandlerCompletion?) -> Bool
func handle(userActivity: NSUserActivity, completion:DeeplinkHandlerCompletion?) -> Bool
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment