Skip to content

Instantly share code, notes, and snippets.

@jlcampana
Created March 27, 2013 09:20
Show Gist options
  • Save jlcampana/5252922 to your computer and use it in GitHub Desktop.
Save jlcampana/5252922 to your computer and use it in GitHub Desktop.
Crear struct
typedef NS_ENUM(NSUInteger, MRImageType)
{
MRImageType_Full,
MRImageType_Medium,
MRImageType_Mini
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment