Various improvements

This commit is contained in:
Ilya Laktyushin
2020-11-12 00:46:41 +04:00
parent d253ac736d
commit 8b569209c8
28 changed files with 2159 additions and 2084 deletions

View File

@@ -97,6 +97,7 @@ enum ChatMessageBubbleContentTapAction {
case bankCard(String)
case ignore
case openPollResults(Data)
case copy(String)
}
final class ChatMessageBubbleContentItem {