Various improvements

This commit is contained in:
Ilya Laktyushin
2024-08-10 18:41:17 +02:00
parent 8fdcb91bbc
commit d0156faede
19 changed files with 248 additions and 100 deletions

View File

@@ -1045,6 +1045,8 @@ public protocol ChatController: ViewController {
func updateIsScrollingLockedAtTop(isScrollingLockedAtTop: Bool)
func playShakeAnimation()
func removeAd(opaqueId: Data)
}
public protocol ChatMessagePreviewItemNode: AnyObject {