Skip to content

Instantly share code, notes, and snippets.

@twittemb
Created February 4, 2018 20:18
Show Gist options
  • Select an option

  • Save twittemb/3b73463fe52277e2ef2a11f080c80a68 to your computer and use it in GitHub Desktop.

Select an option

Save twittemb/3b73463fe52277e2ef2a11f080c80a68 to your computer and use it in GitHub Desktop.
protocol ViewModel {
associatedtype Services
init (withServices services: Services)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment