Injectable
protocol Injectable
Dependency injection template
-
Model to inject
Declaration
Swift
associatedtype Model -
Inject dependencies
Declaration
Swift
func inject(model: Model)Parameters
modelDependencies
-
Injection enforcement for viewWillAppear or earlier
Declaration
Swift
func requireInjection()
View on GitHub
Injectable Protocol Reference