Skip to content

Instantly share code, notes, and snippets.

@Abhishek9634
Created April 3, 2019 04:40
Show Gist options
  • Save Abhishek9634/b283c31caa89e9beda379e3a927c0c7e to your computer and use it in GitHub Desktop.
Save Abhishek9634/b283c31caa89e9beda379e3a927c0c7e to your computer and use it in GitHub Desktop.
class DropDownCellModel {
var item: PerformanceDateGroup
var isSelected: Bool
init(item: PerformanceDateGroup, isSelected: Bool = false) {
self.item = item
self.isSelected = isSelected
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment