mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-20 05:28:54 +01:00
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)
|
||||
import WatchKit
|
||||
#elseif os(OSX)
|
||||
import Cocoa
|
||||
import AppKit
|
||||
#endif
|
||||
|
||||
public class ColorHash {
|
||||
|
Loading…
Reference in New Issue
Block a user