Skip to content

Instantly share code, notes, and snippets.

@daoseng33
Last active November 18, 2018 16:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save daoseng33/65afd1b54bfd8e15add462e8eb50869f to your computer and use it in GitHub Desktop.
Save daoseng33/65afd1b54bfd8e15add462e8eb50869f to your computer and use it in GitHub Desktop.
enum SectionType: Int {
case header = 0
case list
static let count = 2
}
print(SectionType.count) // 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment