Skip to content

Instantly share code, notes, and snippets.

@LizzieStudeneer
Last active January 15, 2019 10:52
Show Gist options
  • Save LizzieStudeneer/e9dc65115c351f9c0cc9301489336423 to your computer and use it in GitHub Desktop.
Save LizzieStudeneer/e9dc65115c351f9c0cc9301489336423 to your computer and use it in GitHub Desktop.
protocol BasketFactory {
func makeBasketService() -> BasketService
func makeBasketViewController() -> BasketViewController
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment