Skip to content

Instantly share code, notes, and snippets.

@laevandus
Created May 30, 2018 04:22
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 laevandus/47a00e131c345e34592a0ad34bbcadd4 to your computer and use it in GitHub Desktop.
Save laevandus/47a00e131c345e34592a0ad34bbcadd4 to your computer and use it in GitHub Desktop.
protocol ScenePresenting {
func presentDetailedInfo(for planet: Planet)
func presentPlanetList()
func presentURL(_ url: URL)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment