Annotate a couple // MARK: - s
This commit is contained in:
parent
21facca5d8
commit
8f91409bb1
@ -281,7 +281,7 @@ extension BackupSettingsViewController: BackupSettingsViewModel.ActionsDelegate
|
||||
}
|
||||
}
|
||||
|
||||
// MARK: -
|
||||
// MARK: - ChooseBackupPlanViewController.Delegate
|
||||
|
||||
extension BackupSettingsViewController: ChooseBackupPlanViewController.Delegate {
|
||||
func chooseBackupPlanViewController(
|
||||
|
||||
@ -72,7 +72,7 @@ class ChooseBackupPlanViewController: HostingController<ChooseBackupPlanView> {
|
||||
}
|
||||
}
|
||||
|
||||
// MARK: -
|
||||
// MARK: - ChooseBackupPlanViewModel.ActionsDelegate
|
||||
|
||||
extension ChooseBackupPlanViewController: ChooseBackupPlanViewModel.ActionsDelegate {
|
||||
fileprivate func confirmSelection(_ planSelection: PlanSelection) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user