We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
import UIKit
1 parent 9d94293 commit 5b34752Copy full SHA for 5b34752
Multiplexer/CachingLoader.swift
@@ -16,7 +16,7 @@ import Foundation
16
import Cocoa
17
public typealias UIImage = NSImage
18
#elseif os(iOS)
19
- import UIKit
+ import UIKit.UIImage
20
#endif
21
22
Multiplexer/MuxRepository.swift
@@ -9,7 +9,7 @@
9
import Foundation
10
11
#if !NO_UIKIT && os(iOS)
12
+ import UIKit.UIApplication
13
14
15
0 commit comments