Skip to content

Instantly share code, notes, and snippets.

@ayanonagon
Created November 12, 2015 17:05
Show Gist options
  • Save ayanonagon/987c37b3328ab64dcb02 to your computer and use it in GitHub Desktop.
Save ayanonagon/987c37b3328ab64dcb02 to your computer and use it in GitHub Desktop.
enum Status: String {
case Draft = "draft"
case Sent = "sent"
case Failed = "failed"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment