Skip to content

Commit

Permalink
Update Namespace.swift.stencil
Browse files Browse the repository at this point in the history
  • Loading branch information
ntunin committed Apr 29, 2021
1 parent 9af729d commit 787ec5b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ enum {{ name | upperFirstLetter }}Namespace {
{{ name | upperFirstLetter }}ViewModel,
{{ name | upperFirstLetter }}ViewController>

typealias Presenter = Module.FactoryPresenter<MyModuleOutput> & MyModuleInput & MyViewOutput
typealias Presenter = Module.FactoryPresenter<{{ name | upperFirstLetter }}ModuleOutput> & {{ name | upperFirstLetter }}ModuleInput & {{ name | upperFirstLetter }}ViewOutput
}

0 comments on commit 787ec5b

Please sign in to comment.