Skip to content

Instantly share code, notes, and snippets.

@jlcampana
Created November 4, 2013 10:58
Show Gist options
  • Save jlcampana/7301026 to your computer and use it in GitHub Desktop.
Save jlcampana/7301026 to your computer and use it in GitHub Desktop.
objc Modern Enum
typedef NS_ENUM(NSUInteger, MyNewType) {
MyNewTypeInstance1,
MyNewTypeInstance2,
MyNewTypeInstance3
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment