mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-16 09:26:59 +00:00
git-subtree-dir: submodules/TelegramCore git-subtree-mainline:971273e8f8git-subtree-split:9561227540
6 lines
122 B
Swift
6 lines
122 B
Swift
import Foundation
|
|
|
|
public final class GlobalTelegramCoreConfiguration {
|
|
public static var readMessages: Bool = true
|
|
}
|