mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Fix several warnings.
This commit is contained in:
@@ -8,8 +8,8 @@
|
||||
|
||||
import Foundation
|
||||
|
||||
public protocol TreeControllerDelegate: class {
|
||||
|
||||
public protocol TreeControllerDelegate: AnyObject {
|
||||
|
||||
func treeController(treeController: TreeController, childNodesFor: Node) -> [Node]?
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user