Home
Pages
Classes
Methods
Pages
coordinator.mustache
dependency_provider.mustache
interactor.mustache
interactor_assembly.mustache
interactor_implementation.mustache
presenter.mustache
presenter_assembly.mustache
presenter_implementation.mustache
repository.mustache
repository_assembly.mustache
repository_implementation.mustache
view_contract.mustache
view_controller.mustache
container.register({{name}}Interactor.self) { _ in
{{name}}InteractorImplementation( )
}