mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
5 lines
122 B
Swift
5 lines
122 B
Swift
import Foundation
|
|
|
|
public final class GlobalTelegramCoreConfiguration {
|
|
public static var readMessages: Bool = true
|
|
}
|