Skip to content

Instantly share code, notes, and snippets.

@cosmin
Created August 23, 2012 04:39
Show Gist options
  • Save cosmin/3432461 to your computer and use it in GitHub Desktop.
Save cosmin/3432461 to your computer and use it in GitHub Desktop.
#ifndef OBJC_ARC_ENABLED
#ifdef __has_feature
#define OBJC_ARC_ENABLED __has_feature(objc_arc)
#else
#define OBJC_ARC_ENABLED 0
#endif
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment