From 4a8634c0e84cfed6a80d2bdf3c38cd44ab3c987d Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Mon, 11 Feb 2019 22:35:42 -0800 Subject: [PATCH] =?UTF-8?q?Import=20AppKit=20instead=20of=20Cocoa=20in=20t?= =?UTF-8?q?he=20hopes=20of=20not=20getting=20the=20Swift=20Core=20Data=20l?= =?UTF-8?q?ibrary=20added=20(since=20we=E2=80=99re=20not=20using=20Core=20?= =?UTF-8?q?Data).?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- NetNewsWire/CrashReporter/CrashReportWindowController.swift | 2 +- NetNewsWire/DatabaseWindow/DatabaseWindowController.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 {