Swiftgram/TelegramUI/GlobalExperimentalSettings.swift
Ilya Laktyushin 688231f816 no message
2018-10-10 18:09:05 +01:00

7 lines
163 B
Swift

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