Closed ZevEisenberg closed 9 years ago
In the sample project:
NSLog(@"Implemented by RZViewControllerSubclass");
This should be RZASSERT_SUBCLASSES_MUST_IMPLEMENT;
RZASSERT_SUBCLASSES_MUST_IMPLEMENT;
Never mind, read the code wrong. Going to clean it up a little in #16.
In the sample project:
This should be
RZASSERT_SUBCLASSES_MUST_IMPLEMENT;