Created
August 23, 2012 04:39
-
-
Save cosmin/3432461 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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