diff --git a/NetNewsWire/CrashReporter/CrashReportWindowController.swift b/NetNewsWire/CrashReporter/CrashReportWindowController.swift index 9b95c11e2..b0d155d43 100644 --- a/NetNewsWire/CrashReporter/CrashReportWindowController.swift +++ b/NetNewsWire/CrashReporter/CrashReportWindowController.swift @@ -6,7 +6,7 @@ // Copyright © 2018 Ranchero Software. All rights reserved. // -import Cocoa +import AppKit final class CrashReportWindowController: NSWindowController { diff --git a/NetNewsWire/DatabaseWindow/DatabaseWindowController.swift b/NetNewsWire/DatabaseWindow/DatabaseWindowController.swift index 0d2b6c81c..e20e8c046 100644 --- a/NetNewsWire/DatabaseWindow/DatabaseWindowController.swift +++ b/NetNewsWire/DatabaseWindow/DatabaseWindowController.swift @@ -6,7 +6,7 @@ // Copyright © 2019 Ranchero Software. All rights reserved. // -import Cocoa +import AppKit class DatabaseWindowController: NSWindowController {