Skip to content

Instantly share code, notes, and snippets.

@Rafal-Prazynski
Last active May 3, 2020 13:38
Show Gist options
  • Save Rafal-Prazynski/9bdd44e072abd11d26619f2f73bc431c to your computer and use it in GitHub Desktop.
Save Rafal-Prazynski/9bdd44e072abd11d26619f2f73bc431c to your computer and use it in GitHub Desktop.
Injectable
protocol Injectable {
associatedtype ReturnType
func inject() -> ReturnType
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment