mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Update to Swift 4.2.
This commit is contained in:
@@ -18,7 +18,7 @@ class AddFolderWindowController : NSWindowController {
|
||||
|
||||
convenience init() {
|
||||
|
||||
self.init(windowNibName: NSNib.Name(rawValue: "AddFolderSheet"))
|
||||
self.init(windowNibName: NSNib.Name("AddFolderSheet"))
|
||||
}
|
||||
|
||||
// MARK: API
|
||||
|
||||
Reference in New Issue
Block a user