Skip to content

Instantly share code, notes, and snippets.

@jongwonwoo
Created March 25, 2016 14:59
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 jongwonwoo/5503fa42252b62ef0edd to your computer and use it in GitHub Desktop.
Save jongwonwoo/5503fa42252b62ef0edd to your computer and use it in GitHub Desktop.
enum ElasticMotionState {
case Closed
case MayOpen
case WillOpen
case Opened
case MayClose
case WillClose
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment