mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-08-22 18:50:07 +00:00
ios: self destruct improvements
This commit is contained in:
@@ -22,7 +22,7 @@ public let kcAppPassword = KeyChainItem(forKey: APP_PASSWORD_ITEM)
|
||||
public let kcSelfDestructPassword = KeyChainItem(forKey: SELF_DESTRUCT_PASSWORD_ITEM)
|
||||
|
||||
public struct KeyChainItem {
|
||||
var forKey: String
|
||||
public var forKey: String
|
||||
|
||||
public func get() -> String? {
|
||||
getItemString(forKey: forKey)
|
||||
|
||||
Reference in New Issue
Block a user