mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Refactoring
This commit is contained in:
@@ -614,6 +614,12 @@ public final class ChatMessageAccessibilityData {
|
||||
}
|
||||
}
|
||||
|
||||
public enum InternalBubbleTapAction {
|
||||
case action(() -> Void)
|
||||
case optionalAction(() -> Void)
|
||||
case openContextMenu(tapMessage: Message, selectAll: Bool, subFrame: CGRect)
|
||||
}
|
||||
|
||||
open class ChatMessageItemView: ListViewItemNode, ChatMessageItemNodeProtocol {
|
||||
public let layoutConstants = (ChatMessageItemLayoutConstants.compact, ChatMessageItemLayoutConstants.regular)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user