Fix warnings and add Todos

This commit is contained in:
Christoph Hagen
2021-06-13 14:42:49 +02:00
parent ffbacb7645
commit 1636932805
5 changed files with 8 additions and 6 deletions

View File

@@ -16,7 +16,7 @@ class PassthroughView: UIView {
}
}
protocol CapAccessoryDelegate: class {
protocol CapAccessoryDelegate: AnyObject {
func capSearchWasDismissed()

View File

@@ -28,7 +28,7 @@ enum SortCriteria: Int {
}
}
protocol SortControllerDelegate: class {
protocol SortControllerDelegate: AnyObject {
func sortController(didSelect sortType: SortCriteria, ascending: Bool)
}