Change an import Cocoa to import AppKit.

This commit is contained in:
Brent Simmons 2019-07-06 11:52:15 -07:00
parent a68ca58242
commit fbb7b9961c
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ import UIKit
#elseif os(watchOS)
import WatchKit
#elseif os(OSX)
import Cocoa
import AppKit
#endif
public class ColorHash {