Skip to content

Instantly share code, notes, and snippets.

@eofster
Created December 15, 2015 12:25
Show Gist options
  • Select an option

  • Save eofster/de98e934be85ff691953 to your computer and use it in GitHub Desktop.

Select an option

Save eofster/de98e934be85ff691953 to your computer and use it in GitHub Desktop.
Interactor protocol
protocol Interactor {
func execute()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment