Skip to content

Instantly share code, notes, and snippets.

@HiromichiYamada
Created March 8, 2013 00:46
Show Gist options
  • Save HiromichiYamada/5113302 to your computer and use it in GitHub Desktop.
Save HiromichiYamada/5113302 to your computer and use it in GitHub Desktop.
#if __has_feature(objc_arc)
// for ARC
#else
// for WITHOUT-ARC
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment