mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user