blob: aa9849ddb66fa1a00b6dd2b051a87a768294eab2 [file] [log] [blame] [edit]
//
// Prefix header for all source files of the 'ReactiveCocoa' target in the 'ReactiveCocoa' project
//
#ifdef __OBJC__
#import <Foundation/Foundation.h>
#endif
#undef NSAssert
#undef NSParameterAssert
extern void NSAssert(int condition, ...) __attribute__((unavailable("Use NSCAssert instead.")));
extern void NSParameterAssert(int condition, ...) __attribute__((unavailable("Use NSCParameterAssert instead.")));