Improvements

This commit is contained in:
Isaac
2024-04-09 17:08:31 +04:00
parent 004f49affe
commit 668ad2906d
5 changed files with 57 additions and 23 deletions

View File

@@ -73,7 +73,7 @@ public class ChatMessageForwardInfoNode: ASDisplayNode {
}
}
private var textNode: TextNode?
public private(set) var textNode: TextNode?
private var credibilityIconNode: ASImageNode?
private var infoNode: InfoButtonNode?
private var expiredStoryIconView: UIImageView?