Fix warnings and add Todos
This commit is contained in:
@@ -16,7 +16,7 @@ class PassthroughView: UIView {
|
||||
}
|
||||
}
|
||||
|
||||
protocol CapAccessoryDelegate: class {
|
||||
protocol CapAccessoryDelegate: AnyObject {
|
||||
|
||||
func capSearchWasDismissed()
|
||||
|
||||
|
@@ -28,7 +28,7 @@ enum SortCriteria: Int {
|
||||
}
|
||||
}
|
||||
|
||||
protocol SortControllerDelegate: class {
|
||||
protocol SortControllerDelegate: AnyObject {
|
||||
|
||||
func sortController(didSelect sortType: SortCriteria, ascending: Bool)
|
||||
}
|
||||
|
Reference in New Issue
Block a user