mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Various improvements
This commit is contained in:
@@ -80,6 +80,7 @@ public struct ChatTextFontAttributes: OptionSet, Hashable, Sequence {
|
||||
public static let italic = ChatTextFontAttributes(rawValue: 1 << 1)
|
||||
public static let monospace = ChatTextFontAttributes(rawValue: 1 << 2)
|
||||
public static let blockQuote = ChatTextFontAttributes(rawValue: 1 << 3)
|
||||
public static let smaller = ChatTextFontAttributes(rawValue: 1 << 4)
|
||||
|
||||
public func makeIterator() -> AnyIterator<ChatTextFontAttributes> {
|
||||
var index = 0
|
||||
|
||||
Reference in New Issue
Block a user