Automatically import SDWebImage when user write import SDWebImageSwiftUI
This commit is contained in:
parent
8fe43a55a7
commit
301cace37b
|
@ -7,7 +7,6 @@
|
|||
*/
|
||||
|
||||
import SwiftUI
|
||||
import SDWebImage
|
||||
import SDWebImageSwiftUI
|
||||
|
||||
class UserSettings: ObservableObject {
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
|
||||
import Foundation
|
||||
import SwiftUI
|
||||
@_exported import SDWebImage // Automatically import SDWebImage
|
||||
|
||||
#if os(macOS)
|
||||
@available(iOS 13.0, OSX 10.15, tvOS 13.0, watchOS 6.0, *)
|
||||
|
|
Loading…
Reference in New Issue