| // | |
| // 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."))); |