Skip to content

Instantly share code, notes, and snippets.

@benoitsan
Created July 26, 2013 19:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save benoitsan/6091569 to your computer and use it in GitHub Desktop.
Save benoitsan/6091569 to your computer and use it in GitHub Desktop.
enum {
NSModalResponseStop = (-1000), // Also used as the default response for sheets
NSModalResponseAbort = (-1001),
NSModalResponseContinue = (-1002),
} NS_ENUM_AVAILABLE_MAC(10_9);
typedef NSInteger NSModalResponse NS_AVAILABLE_MAC(10_9);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment