Skip to content

Commit ce1f95b

Browse files
committed
Fix the Combine framework warning
1 parent d15c49c commit ce1f95b

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

SDWebImageSwiftUI/Classes/ImageManager.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
*/
88

99
import SwiftUI
10+
import Combine
1011
import SDWebImage
1112

1213
/// A Image observable object for handle image load process. This drive the Source of Truth for image loading status.

SDWebImageSwiftUI/Classes/ImagePlayer.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
*/
88

99
import SwiftUI
10+
import Combine
1011
import SDWebImage
1112

1213
/// A Image observable object for handle aniamted image playback. This is used to avoid `@State` update may capture the View struct type and cause memory leak.

SDWebImageSwiftUI/Classes/Indicator/Indicator.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
*/
88

99
import Foundation
10+
import Combine
1011
import SwiftUI
1112

1213
/// A type to build the indicator

0 commit comments

Comments
 (0)