Use @_implementationOnly for UIKit imports to prevent macro conflicts
This commit is contained in:
parent
b3033c084a
commit
9f4046bfd2
@ -10,7 +10,7 @@ import Foundation
|
||||
import SwiftUI
|
||||
|
||||
#if canImport(UIKit)
|
||||
import UIKit
|
||||
@_implementationOnly import UIKit
|
||||
#endif
|
||||
|
||||
// MARK: - Sound Protocol
|
||||
|
||||
@ -9,7 +9,7 @@ import Foundation
|
||||
import SwiftUI
|
||||
|
||||
#if canImport(UIKit)
|
||||
import UIKit
|
||||
@_implementationOnly import UIKit
|
||||
#endif
|
||||
|
||||
/// Device information utilities for responsive layouts and adaptive UI.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user