Skip to content

Instantly share code, notes, and snippets.

@croossin
Last active July 29, 2018 19:23
Show Gist options
  • Save croossin/6223047fe8971e456a79f31c57a727cc to your computer and use it in GitHub Desktop.
Save croossin/6223047fe8971e456a79f31c57a727cc to your computer and use it in GitHub Desktop.
class OverviewMintsightViewModel {
var type = Variable<MintsightType>(.unknown)
var thumbnailImage: Variable<UIImage?> = Variable(nil)
var title = Variable<String>("")
var description = Variable<String>("")
var state:Variable<CardState> = Variable<CardState>(.hasData)
init() { ... }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment