Enable SwiftLint rule 'class_delegate_protocol' and fix all violations
This commit is contained in:
parent
a93ade06e8
commit
5299ca25d7
4 changed files with 4 additions and 4 deletions
|
|
@ -29,7 +29,7 @@ enum PasswordEditorCellKey {
|
|||
case type, title, content, placeholders
|
||||
}
|
||||
|
||||
protocol PasswordSettingSliderTableViewCellDelegate {
|
||||
protocol PasswordSettingSliderTableViewCellDelegate: AnyObject {
|
||||
func generateAndCopyPassword()
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ import passKit
|
|||
import SVProgressHUD
|
||||
import UIKit
|
||||
|
||||
protocol QRScannerControllerDelegate {
|
||||
protocol QRScannerControllerDelegate: AnyObject {
|
||||
func checkScannedOutput(line: String) -> (accept: Bool, message: String)
|
||||
func handleScannedOutput(line: String)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue