From 8f91409bb170e2fdca58ebab06fb20d35953e7f9 Mon Sep 17 00:00:00 2001 From: sashaweiss-signal Date: Wed, 28 May 2025 09:44:02 -0700 Subject: [PATCH] Annotate a couple // MARK: - s --- Signal/Backups/BackupSettingsViewController.swift | 2 +- Signal/Backups/ChooseBackupPlanViewController.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Signal/Backups/BackupSettingsViewController.swift b/Signal/Backups/BackupSettingsViewController.swift index 4aada15100..bc39a0c14c 100644 --- a/Signal/Backups/BackupSettingsViewController.swift +++ b/Signal/Backups/BackupSettingsViewController.swift @@ -281,7 +281,7 @@ extension BackupSettingsViewController: BackupSettingsViewModel.ActionsDelegate } } -// MARK: - +// MARK: - ChooseBackupPlanViewController.Delegate extension BackupSettingsViewController: ChooseBackupPlanViewController.Delegate { func chooseBackupPlanViewController( diff --git a/Signal/Backups/ChooseBackupPlanViewController.swift b/Signal/Backups/ChooseBackupPlanViewController.swift index 9689ac6e74..f7e694e929 100644 --- a/Signal/Backups/ChooseBackupPlanViewController.swift +++ b/Signal/Backups/ChooseBackupPlanViewController.swift @@ -72,7 +72,7 @@ class ChooseBackupPlanViewController: HostingController { } } -// MARK: - +// MARK: - ChooseBackupPlanViewModel.ActionsDelegate extension ChooseBackupPlanViewController: ChooseBackupPlanViewModel.ActionsDelegate { fileprivate func confirmSelection(_ planSelection: PlanSelection) {