Skip to content

Instantly share code, notes, and snippets.

@asilturk
Created December 4, 2018 17:05
Show Gist options
  • Save asilturk/355e836923d2986bbbda9713182399dd to your computer and use it in GitHub Desktop.
Save asilturk/355e836923d2986bbbda9713182399dd to your computer and use it in GitHub Desktop.
MVVM demo - ViewModel
class MainViewModel {
var delegate: MainViewModelDelegate?
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment