Skip to content

Instantly share code, notes, and snippets.

@stephenkeep
Created September 19, 2013 08:39
Show Gist options
  • Select an option

  • Save stephenkeep/6620677 to your computer and use it in GitHub Desktop.

Select an option

Save stephenkeep/6620677 to your computer and use it in GitHub Desktop.
enum
typedef enum: NSInteger {
NSOperationQueuePriorityNormal = 0;
NSOperationQueuePriorityHigh = 4;
} NSOperationQueuePriority;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment