Annotate a couple // MARK: - s

This commit is contained in:
sashaweiss-signal 2025-05-28 09:44:02 -07:00
parent 21facca5d8
commit 8f91409bb1
2 changed files with 2 additions and 2 deletions

View File

@ -281,7 +281,7 @@ extension BackupSettingsViewController: BackupSettingsViewModel.ActionsDelegate
}
}
// MARK: -
// MARK: - ChooseBackupPlanViewController.Delegate
extension BackupSettingsViewController: ChooseBackupPlanViewController.Delegate {
func chooseBackupPlanViewController(

View File

@ -72,7 +72,7 @@ class ChooseBackupPlanViewController: HostingController<ChooseBackupPlanView> {
}
}
// MARK: -
// MARK: - ChooseBackupPlanViewModel.ActionsDelegate
extension ChooseBackupPlanViewController: ChooseBackupPlanViewModel.ActionsDelegate {
fileprivate func confirmSelection(_ planSelection: PlanSelection) {