Fix lint issues.

This commit is contained in:
Brent Simmons
2025-01-23 22:52:36 -08:00
parent ae2b017ae0
commit 4b1b285d0b
19 changed files with 98 additions and 43 deletions

View File

@@ -10,6 +10,7 @@ import Account
import UIKit
import RSCore
// swiftlint:disable:next class_delegate_protocol
protocol AddAccountDismissDelegate: UIViewController {
func dismiss()
}