Change Cocoa imports to AppKit imports, because we don’t need CoreData imported (which Cocoa imports).

This commit is contained in:
Brent Simmons
2018-02-02 22:51:32 -08:00
parent 07052c565c
commit 50dcf436d9
77 changed files with 79 additions and 77 deletions

View File

@@ -6,7 +6,7 @@
// Copyright © 2018 Olof Hellman. All rights reserved.
//
import Cocoa
import AppKit
import Account
import Data