Skip to content

Instantly share code, notes, and snippets.

@EJSohn
Last active May 2, 2018 11:34
Show Gist options
  • Save EJSohn/8aa0ec9d3cbcf98543d125904e7985a9 to your computer and use it in GitHub Desktop.
Save EJSohn/8aa0ec9d3cbcf98543d125904e7985a9 to your computer and use it in GitHub Desktop.
swift enumeration
enum CompassPoint {
case east
case west
case south
case north
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment