Skip to content

Instantly share code, notes, and snippets.

@azamsharp
Created January 14, 2021 02:57
Show Gist options
  • Save azamsharp/3b4ef7192cd696624c8142e01f6c842b to your computer and use it in GitHub Desktop.
Save azamsharp/3b4ef7192cd696624c8142e01f6c842b to your computer and use it in GitHub Desktop.
extension View {
func toAnyView() -> AnyView {
return AnyView(self)
}
}
enum Route {
case detail(String)
case aboutUs
case addCountry
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment