mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Add support for temporary cloning the database
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import Foundation
|
||||
import ValueBox
|
||||
/*import ValueBox
|
||||
|
||||
private func applicationSpecificSharedDataKey(_ value: Int32) -> ValueBoxKey {
|
||||
let key = ValueBoxKey(length: 4)
|
||||
@@ -14,3 +14,4 @@ private enum ApplicationSpecificSharedDataKeyValues: Int32 {
|
||||
public struct ApplicationSpecificSharedDataKeys {
|
||||
public static let inAppNotificationSettings = applicationSpecificSharedDataKey(ApplicationSpecificSharedDataKeyValues.inAppNotificationSettings.rawValue)
|
||||
}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user