Change an import Cocoa to import AppKit.
This commit is contained in:
parent
a68ca58242
commit
fbb7b9961c
|
@ -13,7 +13,7 @@ import UIKit
|
||||||
#elseif os(watchOS)
|
#elseif os(watchOS)
|
||||||
import WatchKit
|
import WatchKit
|
||||||
#elseif os(OSX)
|
#elseif os(OSX)
|
||||||
import Cocoa
|
import AppKit
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
public class ColorHash {
|
public class ColorHash {
|
||||||
|
|
Loading…
Reference in New Issue