Created
December 7, 2020 18:19
-
-
Save ronstar/4ef1dd8091fda95ec01bf0ff1a434150 to your computer and use it in GitHub Desktop.
DIC interface
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
protocol DICProtocol { | |
func register<Service>(type: Service.Type, factoryClosure: @escaping FactoryClosure) | |
func resolve<Service>(type: Service.Type) -> Service? | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment