BackupImporter
public struct BackupImporter
A type that can generate Backup instances by importing backups created by
the Hill Lists app.
-
Creates a
Backupinstance from data in aDictionary, which may be convenient for processing ‘backups’ created other than by the Hill Lists app.See also
BackupKeyDeclaration
Swift
public static func importBackup(dictionary: [String: Any]) throws -> BackupParameters
dataa dictionary containing the keys and appropriate values for a Hill Lists backup.
View on GitHub
BackupImporter Struct Reference