Skip to content

Instantly share code, notes, and snippets.

@Oni-zerone
Created December 11, 2018 09:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Oni-zerone/c434e2b13e4213325071a59c4927b119 to your computer and use it in GitHub Desktop.
Save Oni-zerone/c434e2b13e4213325071a59c4927b119 to your computer and use it in GitHub Desktop.
BuilderContainer
public protocol BuilderContainer {
func getBuilder<Context>(_ contextType: Context.Type) -> Builder<Context>?
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment