Skip to content

Instantly share code, notes, and snippets.

@gmodecorp
Last active August 29, 2015 14:05
Show Gist options
  • Save gmodecorp/fd105da2bca0dc1167d2 to your computer and use it in GitHub Desktop.
Save gmodecorp/fd105da2bca0dc1167d2 to your computer and use it in GitHub Desktop.
#define AtIndex( array, index, type ) ( dynamic_cast<type> (array->objectAtIndex(index)) )
#define ForKey( dic, key, type ) ( dynamic_cast<type> (dic->objectForKey(key)) )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment