mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 16:13:42 +02:00
Fix class keyword deprecation warnings everywhere!
Using 'class' keyword for protocol inheritance is deprecated; use 'AnyObject' instead
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
import Foundation
|
||||
|
||||
@objc
|
||||
protocol RemoveJitsiWidgetViewDelegate: class {
|
||||
protocol RemoveJitsiWidgetViewDelegate: AnyObject {
|
||||
|
||||
/// Tells the delegate that the user complete sliding on the view
|
||||
/// - Parameter view: The view instance
|
||||
|
||||
Reference in New Issue
Block a user