Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class ___VARIABLE_productName:identifier___Router: ___VARIABLE_productName:ident
weak var viewController: UIViewController?

static func createModule() -> UIViewController {
// Change to get view from storyboard if not using progammatic UI
// Change to get view from storyboard if not using programmatic UI
let view = ___VARIABLE_productName:identifier___ViewController(nibName: nil, bundle: nil)
let interactor = ___VARIABLE_productName:identifier___Interactor()
let router = ___VARIABLE_productName:identifier___Router()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class ___VARIABLE_productName:identifier___Router: ___VARIABLE_productName:ident
weak var viewController: UIViewController?

static func createModule() -> UIViewController {
// Change to get view from storyboard if not using progammatic UI
// Change to get view from storyboard if not using programmatic UI
let view = ___VARIABLE_productName:identifier___ViewController(nibName: nil, bundle: nil)
let interactor = ___VARIABLE_productName:identifier___Interactor()
let router = ___VARIABLE_productName:identifier___Router()
Expand Down