Stars fixes

This commit is contained in:
Ilya Laktyushin
2024-05-25 18:06:37 +04:00
parent 4d6810c5c0
commit b1be15e4a1
12 changed files with 81 additions and 51 deletions

View File

@@ -1031,6 +1031,8 @@ public protocol ChatController: ViewController {
func performScrollToTop() -> Bool
func transferScrollingVelocity(_ velocity: CGFloat)
func updateIsScrollingLockedAtTop(isScrollingLockedAtTop: Bool)
func playShakeAnimation()
}
public protocol ChatMessagePreviewItemNode: AnyObject {