Skip to content

Instantly share code, notes, and snippets.

@DominikPetho
Created October 1, 2018 11:32
Show Gist options
  • Save DominikPetho/f9ec24f92b0d434c0ba80605ff14606c to your computer and use it in GitHub Desktop.
Save DominikPetho/f9ec24f92b0d434c0ba80605ff14606c to your computer and use it in GitHub Desktop.
Simple CellType
extension SimpleViewController {
enum CellType {
case advertisement(Advertisement)
case person(Person)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment