Skip to content

Instantly share code, notes, and snippets.

@mono0926
Created June 26, 2013 03:46
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 mono0926/5864615 to your computer and use it in GitHub Desktop.
Save mono0926/5864615 to your computer and use it in GitHub Desktop.
NS_ENUM
typedef NS_ENUM (<#enumeration type#>, <#enumeration name#>) {
<#enumerator1#> = <#value1#>,
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment