mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-09-04 20:00:53 +00:00
* New way to informing interaction delegate if ASCellNode get’s a setNeedsLayout call * Remove nodeDidGetNeedsLayout as optional and better check if cell updates need to happen * Differentiate between letting a normal display node and a cell node know that the size could have changed * Check for _interactionDelegate is nil * Add nullability to out pointer * Adress comments and some renaming