Skip to content

Instantly share code, notes, and snippets.

@Kmohamed
Created March 2, 2019 14:58
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 Kmohamed/f809388ab3bc520fe08231be29a40404 to your computer and use it in GitHub Desktop.
Save Kmohamed/f809388ab3bc520fe08231be29a40404 to your computer and use it in GitHub Desktop.
init(moviesListModel:MoviesListModel) {
self.moviesListModel = moviesListModel
super.init()
self.moviesListModel.delegate = self
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment