Created
February 7, 2012 20:05
-
-
Save flandy84/1761634 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
#if ! __has_feature(objc_arc) | |
#error This .m-file must be compiled with ARC. use the "-fobjc-arc" compiler flag for this file in your Target/Build Phases/Compile Sources Section | |
#endif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment