mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-12 09:44:20 +01:00
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
Block a user