Created
March 31, 2021 18:23
-
-
Save Rashidium/6be824b77a0eb1e87129c00abbed7d82 to your computer and use it in GitHub Desktop.
AppLinkRoutable protocol
This file contains 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
/// Routing conformance for the Main scene. | |
public protocol AppLinkRoutable { | |
// Should be implemented for each link. | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment