1
1
mirror of https://github.com/exyte/Macaw.git synced 2024-09-21 09:59:10 +03:00

Add missing AppKit imports

This commit is contained in:
Yuriy Kashnikov 2017-09-22 15:58:50 +07:00
parent 1cc80f4130
commit 582360bd83
2 changed files with 8 additions and 0 deletions

View File

@ -1,5 +1,9 @@
import Foundation
#if os(OSX)
import AppKit
#endif
#if os(iOS)
import UIKit
#endif

View File

@ -1,5 +1,9 @@
import Foundation
#if os(OSX)
import AppKit
#endif
#if os(iOS)
import UIKit
#endif