Swiftgram/TelegramUI/GlobalExperimentalSettings.swift
2019-02-05 21:44:01 +04:00

8 lines
216 B
Swift

import Foundation
public struct GlobalExperimentalSettings {
public static var isAppStoreBuild: Bool = false
public static var enableFeed: Bool = false
public static var animatedStickers: Bool = false
}