Skip to content

Instantly share code, notes, and snippets.

@Ashton-W
Created November 24, 2014 23:55
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 Ashton-W/82af465245f8d7f82d8f to your computer and use it in GitHub Desktop.
Save Ashton-W/82af465245f8d7f82d8f to your computer and use it in GitHub Desktop.
AssertBlock
// Is this a bad idea?
NSAssert(^BOOL() {
return YES;
}(), @"Assert");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment