Rightpoint / RZAssert

Useful assertion macros from the fine folks at Raizlabs.
Other
7 stars 0 forks source link

Replace NSLog with RZAssert #15

Closed ZevEisenberg closed 9 years ago

ZevEisenberg commented 9 years ago

In the sample project:

NSLog(@"Implemented by RZViewControllerSubclass");

This should be RZASSERT_SUBCLASSES_MUST_IMPLEMENT;

ZevEisenberg commented 9 years ago

Never mind, read the code wrong. Going to clean it up a little in #16.