Skip to content

Instantly share code, notes, and snippets.

@pjwelcome
Created April 15, 2018 13:00
Show Gist options
  • Save pjwelcome/59077a127e68406da3b42eeb26548c10 to your computer and use it in GitHub Desktop.
Save pjwelcome/59077a127e68406da3b42eeb26548c10 to your computer and use it in GitHub Desktop.
public protocol Registrable {
func register<T>(depedency: T.Type, implemenation: @escaping () -> T, objectScope: ObjectScope)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment