mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Refactoring
This commit is contained in:
@@ -9,7 +9,6 @@ import TelegramAnimatedStickerNode
|
||||
import AppBundle
|
||||
import TelegramCore
|
||||
import TextFormat
|
||||
import Postbox
|
||||
import UrlEscaping
|
||||
import AccountContext
|
||||
|
||||
@@ -20,7 +19,7 @@ public protocol TooltipCustomContentNode: ASDisplayNode {
|
||||
|
||||
public enum TooltipActiveTextItem {
|
||||
case url(String, Bool)
|
||||
case mention(PeerId, String)
|
||||
case mention(EnginePeer.Id, String)
|
||||
case textMention(String)
|
||||
case botCommand(String)
|
||||
case hashtag(String)
|
||||
|
||||
Reference in New Issue
Block a user