Created
March 31, 2021 18:10
-
-
Save Rashidium/c178a38ee0ca36c85da7de846cd249fb to your computer and use it in GitHub Desktop.
AppLinkable extension for getLinkable(payload:)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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