Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save TheWildHorse/2a16c6f505c24b4c538a530964fe5ec4 to your computer and use it in GitHub Desktop.
Save TheWildHorse/2a16c6f505c24b4c538a530964fe5ec4 to your computer and use it in GitHub Desktop.
enum TaskType: Int { case Daily = 1 case Weekly = 2 }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment