Created
December 11, 2018 09:40
-
-
Save Oni-zerone/c434e2b13e4213325071a59c4927b119 to your computer and use it in GitHub Desktop.
BuilderContainer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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