Use AnyObject instead of class for protocol
This commit is contained in:
parent
188599dc01
commit
6a8c5b56fe
|
@ -8,7 +8,7 @@
|
|||
import Foundation
|
||||
import Combine
|
||||
|
||||
public protocol NavigationManagerDelegate: class {
|
||||
public protocol NavigationManagerDelegate: AnyObject {
|
||||
func loadNonGeminiURL(_ url: URL)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue