Skip to content

Instantly share code, notes, and snippets.

@TungVuDuc2805
Created April 25, 2020 03:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TungVuDuc2805/01d37451ca560f9177ec0c489bbc865a to your computer and use it in GitHub Desktop.
Save TungVuDuc2805/01d37451ca560f9177ec0c489bbc865a to your computer and use it in GitHub Desktop.
class ListMovieViewModel {}
class ListMovieController {
private let viewModel: ListMovieViewModel
init(viewModel: ListMovieViewModel) {
self.viewModel = viewModel
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment