Skip to content

Instantly share code, notes, and snippets.

@pjwelcome
Created October 16, 2017 16:23
Show Gist options
  • Save pjwelcome/444d2fd06aedc782add6a453181de45c to your computer and use it in GitHub Desktop.
Save pjwelcome/444d2fd06aedc782add6a453181de45c to your computer and use it in GitHub Desktop.
protocol ProductsRepository {
func fetchProducts() -> [Product]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment