Skip to content

Instantly share code, notes, and snippets.

@efremidze
Created January 25, 2018 00:13
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 efremidze/6012b8f3293d290afbecf49568612a55 to your computer and use it in GitHub Desktop.
Save efremidze/6012b8f3293d290afbecf49568612a55 to your computer and use it in GitHub Desktop.
enum Section {
case profile(Row0)
case privacy(Row1)
enum Row0: Int {
case name, username, password
}
enum Row1: Int {
case email, phone, gender
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment