mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 15:38:28 +02:00
Fix class keyword deprecation warnings everywhere!
Using 'class' keyword for protocol inheritance is deprecated; use 'AnyObject' instead
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
import UIKit
|
||||
|
||||
@objc protocol CallTransferMainViewControllerDelegate: class {
|
||||
@objc protocol CallTransferMainViewControllerDelegate: AnyObject {
|
||||
func callTransferMainViewControllerDidComplete(_ viewController: CallTransferMainViewController,
|
||||
consult: Bool,
|
||||
contact: MXKContact?,
|
||||
|
||||
Reference in New Issue
Block a user