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