Skip to content

Commit c052f22

Browse files
authored
Merge pull request #16 from SDWebImage/remove_unused_api
Change those unused value from public to internal.
2 parents 930231e + cd2021d commit c052f22

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

SDWebImageSwiftUI/Classes/WebImage.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ import SwiftUI
1010
import SDWebImage
1111

1212
public struct WebImage : View {
13-
public var url: URL?
14-
public var placeholder: Image?
15-
public var options: SDWebImageOptions
16-
public var context: [SDWebImageContextOption : Any]?
13+
var url: URL?
14+
var placeholder: Image?
15+
var options: SDWebImageOptions
16+
var context: [SDWebImageContextOption : Any]?
1717

1818
var configurations: [(Image) -> Image] = []
1919

0 commit comments

Comments
 (0)