1
1
mirror of https://github.com/exyte/Macaw.git synced 2024-09-11 05:05:23 +03:00

Fix build for mac os

This commit is contained in:
Anton Marunko 2019-01-29 10:13:13 +06:00
parent 4dceea892b
commit ec179435bd

View File

@ -5,7 +5,11 @@
// Created by Alisa Mylnikova on 17/12/2018.
//
#if os(iOS)
import UIKit
#elseif os(OSX)
import AppKit
#endif
extension AnimationProducer {