Skip to content

Instantly share code, notes, and snippets.

@tempos21ios
Created April 15, 2013 06:48
Show Gist options
  • Select an option

  • Save tempos21ios/5386184 to your computer and use it in GitHub Desktop.

Select an option

Save tempos21ios/5386184 to your computer and use it in GitHub Desktop.
Enums en Modern Objective-C
typedef NS_ENUM(NSUInteger, MyType)
{
MyType_XXX,
MyType_YYY,
MyType_ZZZ
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment