Skip to content

Instantly share code, notes, and snippets.

@acmacalister
Created December 6, 2013 18:36
Show Gist options
  • Select an option

  • Save acmacalister/7829949 to your computer and use it in GitHub Desktop.

Select an option

Save acmacalister/7829949 to your computer and use it in GitHub Desktop.
Objective-C typedefs. Always forgetting these things.
#if __IPHONE_OS_VERSION_MIN_REQUIRED >= __IPHONE_6_0
//something
#else
//old version
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment