Skip to content

Instantly share code, notes, and snippets.

@pjwelcome
Created April 15, 2018 13:10
Show Gist options
  • Save pjwelcome/4a6c3232fffa21e0f97b998af278167c to your computer and use it in GitHub Desktop.
Save pjwelcome/4a6c3232fffa21e0f97b998af278167c to your computer and use it in GitHub Desktop.
public protocol Resolvable {
func resolve<T>(_ dependency: T.Type) -> T
func reset()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment