4 lines
115 B
Plaintext
4 lines
115 B
Plaintext
#if defined(HAVE_OBJC_ARC) && ! __has_feature(objc_arc)
|
|
#error THIS CODE MUST BE COMPILED WITH ARC ENABLED!
|
|
#endif
|