Enable SwiftLint rule 'class_delegate_protocol' and fix all violations

This commit is contained in:
Danny Moesch 2020-07-04 21:54:02 +02:00 committed by Mingshen Sun
parent a93ade06e8
commit 5299ca25d7
4 changed files with 4 additions and 4 deletions

View file

@ -29,7 +29,7 @@ enum PasswordEditorCellKey {
case type, title, content, placeholders
}
protocol PasswordSettingSliderTableViewCellDelegate {
protocol PasswordSettingSliderTableViewCellDelegate: AnyObject {
func generateAndCopyPassword()
}