Skip to content

Instantly share code, notes, and snippets.

@johnlahboo
Created September 27, 2016 11:40
Show Gist options
  • Save johnlahboo/ef186072cac270e5a7c29eede0659a3a to your computer and use it in GitHub Desktop.
Save johnlahboo/ef186072cac270e5a7c29eede0659a3a to your computer and use it in GitHub Desktop.
class ViewModel {
var numberVariable = Variable<String?>(nil)
var isEvenObservable: Observable<String>!
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment