Skip to content

Instantly share code, notes, and snippets.

@vialyx
Created May 26, 2018 13:18
Show Gist options
  • Save vialyx/1b6889a4e625b9f4609ebfba6b209acd to your computer and use it in GitHub Desktop.
Save vialyx/1b6889a4e625b9f4609ebfba6b209acd to your computer and use it in GitHub Desktop.
import UIKit
final class TaskListModuleInitializer: NSObject {
@IBOutlet weak var viewController: TaskListViewController!
override func awakeFromNib() {
let configurator = TaskListModuleConfigurator()
configurator.configureModuleForViewInput(viewInput: viewController)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment