Skip to content
Snippets Groups Projects

Account recovery/backup feature

8 files
+ 83
43
Compare changes
  • Side-by-side
  • Inline

Files

@@ -10,7 +10,7 @@ public struct BackupService {
public var setBackupData: (Data) -> Void
var toggle: (CloudService, Bool) -> Void
var authorize: (CloudService, UIViewController) -> Void
var settings: () -> AnyPublisher<BackupSettings, Never>
public var settings: () -> AnyPublisher<BackupSettings, Never>
var setWifiOnly: (Bool) -> Void
var setAutomatic: (Bool) -> Void
Loading