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

Add import for MacOS

This commit is contained in:
Alisa Mylnikova 2018-05-23 18:42:30 +07:00
parent 8b40967d9f
commit bbe4bba982

View File

@ -2,6 +2,8 @@ import Foundation
#if os(iOS)
import UIKit
#elseif os(OSX)
import AppKit
#endif
struct RenderingInterval {