Skip to content

Instantly share code, notes, and snippets.

@mono0926
Created June 26, 2013 03:46
Show Gist options
  • Select an option

  • Save mono0926/5864615 to your computer and use it in GitHub Desktop.

Select an option

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