Skip to content

Instantly share code, notes, and snippets.

@jk
Created December 16, 2011 09:22
Show Gist options
  • Save jk/1485285 to your computer and use it in GitHub Desktop.
Save jk/1485285 to your computer and use it in GitHub Desktop.
Completion handler return code snippet
enum ClassNameResult {
ClassNameResultAborted,
ClassNameResultSuccessful,
ClassNameResult…
};
typedef enum ClassNameResult ClassNameResult;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment