Skip to content

Instantly share code, notes, and snippets.

@Rashidium
Created March 31, 2021 18:10
Show Gist options
  • Save Rashidium/c178a38ee0ca36c85da7de846cd249fb to your computer and use it in GitHub Desktop.
Save Rashidium/c178a38ee0ca36c85da7de846cd249fb to your computer and use it in GitHub Desktop.
AppLinkable extension for getLinkable(payload:)
public extension AppLinkable {
func getLinkable(payload: [AnyHashable: Any]) -> Self? {
return nil
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment