mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 23:48:29 +02:00
Fix class keyword deprecation warnings everywhere!
Using 'class' keyword for protocol inheritance is deprecated; use 'AnyObject' instead
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
import UIKit
|
||||
import Reusable
|
||||
|
||||
protocol CallTransferSelectContactViewControllerDelegate: class {
|
||||
protocol CallTransferSelectContactViewControllerDelegate: AnyObject {
|
||||
func callTransferSelectContactViewControllerDidSelectContact(_ viewController: CallTransferSelectContactViewController,
|
||||
contact: MXKContact?)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user