Created
May 26, 2018 13:18
-
-
Save vialyx/1b6889a4e625b9f4609ebfba6b209acd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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