Skip to content

Instantly share code, notes, and snippets.

@mzaks
Created June 15, 2014 09:53
Show Gist options
  • Save mzaks/8a5562a07c59d4142a86 to your computer and use it in GitHub Desktop.
Save mzaks/8a5562a07c59d4142a86 to your computer and use it in GitHub Desktop.
enum ComponentId{
case Velocity
case Position
case Size
func describe()->NSString{
return "\(self.hashValue)"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment