Skip to content

Instantly share code, notes, and snippets.

@cgoldsby
Created May 3, 2016 11:04
Show Gist options
  • Save cgoldsby/b475058eef28d5d9ab06ab6450d3b217 to your computer and use it in GitHub Desktop.
Save cgoldsby/b475058eef28d5d9ab06ab6450d3b217 to your computer and use it in GitHub Desktop.
struct Service { }
protocol ServiceLocatorProtocol {
func provideService() -> Service
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment