Created
January 22, 2013 16:59
-
-
Save tibo/4596271 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
force ARC enable | |
#if !__has_feature(objc_arc) | |
#error THIS CODE MUST BE COMPILED WITH ARC ENABLED! | |
#endif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment