Macro
Has the same effect as NS_ASSERTION. Should be used to test conditions that the caller of a method ought to ensure.
NS_PRECONDITION(expressionToTest, "error text");