Created
May 12, 2020 21:21
-
-
Save sandeeplearner/fe92368ded89ae9301313110ee678505 to your computer and use it in GitHub Desktop.
Duplicate code
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
private let viewModel:CarViewModel | |
required init(with viewModel: CarViewModel) { | |
self.viewModel = viewModel | |
super.init(nibName: nil, bundle: nil) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment