mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Update API [skip ci]
This commit is contained in:
@@ -348,6 +348,7 @@ private enum SharedDataKeyValues: Int32 {
|
||||
case proxySettings = 4
|
||||
case autodownloadSettings = 5
|
||||
case themeSettings = 6
|
||||
case countriesList = 7
|
||||
}
|
||||
|
||||
public struct SharedDataKeys {
|
||||
@@ -386,6 +387,12 @@ public struct SharedDataKeys {
|
||||
key.setInt32(0, value: SharedDataKeyValues.themeSettings.rawValue)
|
||||
return key
|
||||
}()
|
||||
|
||||
public static let countriesList: ValueBoxKey = {
|
||||
let key = ValueBoxKey(length: 4)
|
||||
key.setInt32(0, value: SharedDataKeyValues.countriesList.rawValue)
|
||||
return key
|
||||
}()
|
||||
}
|
||||
|
||||
public func applicationSpecificItemCacheCollectionId(_ value: Int8) -> Int8 {
|
||||
|
||||
Reference in New Issue
Block a user