onevcat 6 лет назад
Родитель
Сommit
d5e5d2604c
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      Sources/Views/AnimatedImageView.swift

+ 2 - 0
Sources/Views/AnimatedImageView.swift

@@ -31,6 +31,7 @@
 //  The name and characters used in the demo of this software are property of their
 //  The name and characters used in the demo of this software are property of their
 //  respective owners.
 //  respective owners.
 
 
+#if !os(watchOS)
 #if canImport(UIKit)
 #if canImport(UIKit)
 import UIKit
 import UIKit
 import ImageIO
 import ImageIO
@@ -611,3 +612,4 @@ class SafeArray<Element> {
     }
     }
 }
 }
 #endif
 #endif
+#endif