mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Merge branch 'master' into clean_up_layout_spec
This commit is contained in:
@@ -249,6 +249,8 @@
|
||||
* @abstract Indicates that the receiver is about to display its subnodes. This method is not called if there are no
|
||||
* subnodes present.
|
||||
*
|
||||
* @param subnode The subnode of which display is about to begin.
|
||||
*
|
||||
* @discussion Subclasses may override this method to be notified when subnode display (asynchronous or synchronous) is
|
||||
* about to begin.
|
||||
*/
|
||||
@@ -258,6 +260,8 @@
|
||||
* @abstract Indicates that the receiver is finished displaying its subnodes. This method is not called if there are
|
||||
* no subnodes present.
|
||||
*
|
||||
* @param subnode The subnode of which display is about to completed.
|
||||
*
|
||||
* @discussion Subclasses may override this method to be notified when subnode display (asynchronous or synchronous) has
|
||||
* completed.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user