Extend Notification.Name, not NSNotification.Name.
This commit is contained in:
parent
02ad70097e
commit
2cf0dbd96e
@ -11,7 +11,7 @@ import Foundation
|
|||||||
import RSCore
|
import RSCore
|
||||||
import Data
|
import Data
|
||||||
|
|
||||||
extension NSNotification.Name {
|
extension Notification.Name {
|
||||||
|
|
||||||
public static let ChildrenDidChange = Notification.Name("ChildrenDidChange")
|
public static let ChildrenDidChange = Notification.Name("ChildrenDidChange")
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user