NS_PRECONDITION

Summary

Macro

Has the same effect as NS_ASSERTION. Should be used to test conditions that the caller of a method ought to ensure.

Syntax

NS_PRECONDITION(expressionToTest, "error text");

See also