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.
1 parent 930231e commit cd2021dCopy full SHA for cd2021d
SDWebImageSwiftUI/Classes/WebImage.swift
@@ -10,10 +10,10 @@ import SwiftUI
10
import SDWebImage
11
12
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]?
+ var url: URL?
+ var placeholder: Image?
+ var options: SDWebImageOptions
+ var context: [SDWebImageContextOption : Any]?
17
18
var configurations: [(Image) -> Image] = []
19
0 commit comments