Skip to content

Instantly share code, notes, and snippets.

@regularberry
Created October 31, 2018 23:06
Show Gist options
  • Save regularberry/8a7f950d90d87ae16f7d1b2fbff4741f to your computer and use it in GitHub Desktop.
Save regularberry/8a7f950d90d87ae16f7d1b2fbff4741f to your computer and use it in GitHub Desktop.
protocol UserStoreController {
func getAllUsers() -> [User]
func getUser(_ id: String) -> User
func openProfile(_ user: User)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment