Merge pull request #26 from toulouse/requiresSuper

Annotate -didLoad with an attribute (if supported) that will flag missing didLoad calls
This commit is contained in:
appleguy
2014-10-14 21:22:44 -07:00
2 changed files with 13 additions and 1 deletions

View File

@@ -74,7 +74,7 @@
*
* @discussion This is the best time to add gesture recognizers to the view.
*/
- (void)didLoad;
- (void)didLoad ASDISPLAYNODE_REQUIRES_SUPER;
/** @name Layout */