We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01bab87 commit 4121950Copy full SHA for 4121950
1 file changed
Sources/UsefulNetworkLayer/Extensions/UIImageView+ImageURL.swift
@@ -6,7 +6,7 @@
6
// Copyright © 2020 BUZ. All rights reserved.
7
//
8
9
-#if !os(macOS)
+#if !os(macOS) && !os(watchOS)
10
import UIKit
11
12
public extension UIImageView {
@@ -86,6 +86,10 @@ public extension UIImageView {
86
}
87
88
89
+#endif
90
+
91
+#if !os(macOS)
92
+import UIKit
93
94
/// Wrapper Class to convert Data to UIImage.
95
public struct ResponseImage: ResponseBodyParsable {
0 commit comments