Skip to content

Instantly share code, notes, and snippets.

@lyc2345
Created July 24, 2017 09:15
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 lyc2345/6e7de6cb8176954a8b5ce7fbe4176d41 to your computer and use it in GitHub Desktop.
Save lyc2345/6e7de6cb8176954a8b5ce7fbe4176d41 to your computer and use it in GitHub Desktop.
ex
protocol ViewControllerOutput {
func doSomehtnig(_ request: Request)
}
protocol InteractorInput: ViewControllerOutput {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment