Skip to content

Instantly share code, notes, and snippets.

@MartinMoizard
Last active August 22, 2017 14:26
Show Gist options
  • Save MartinMoizard/23a22f5d8ac4853cae00b7597633cca2 to your computer and use it in GitHub Desktop.
Save MartinMoizard/23a22f5d8ac4853cae00b7597633cca2 to your computer and use it in GitHub Desktop.
Basic ViewModelType
protocol ViewModelType {
associatedtype Input
associatedtype Output
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment