Skip to content

Instantly share code, notes, and snippets.

@sandeeplearner
Created May 12, 2020 21:21
Show Gist options
  • Save sandeeplearner/fe92368ded89ae9301313110ee678505 to your computer and use it in GitHub Desktop.
Save sandeeplearner/fe92368ded89ae9301313110ee678505 to your computer and use it in GitHub Desktop.
Duplicate code
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