Skip to content

Commit

Permalink
Merge pull request #476 from ReactiveCocoa/fix-parameter-assert
Browse files Browse the repository at this point in the history
Change assert in RACLiftAndCallBlock to NSCParameterAssert
  • Loading branch information
jspahrsummers committed May 7, 2013
2 parents bad9bda + f35e99f commit a85c4c2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ReactiveCocoaFramework/ReactiveCocoa/ReactiveCocoa-Prefix.pch
Expand Up @@ -9,3 +9,6 @@

#undef NSAssert
#define NSAssert NSCAssert

#undef NSParameterAssert
#define NSParameterAssert NSCParameterAssert

0 comments on commit a85c4c2

Please sign in to comment.