Merge pull request #16 from SDWebImage/remove_unused_api

Change those unused value from public to internal.
This commit is contained in:
DreamPiggy 2019-10-05 16:56:48 +08:00 committed by GitHub
commit c052f22865
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -10,10 +10,10 @@ import SwiftUI
import SDWebImage
public struct WebImage : View {
public var url: URL?
public var placeholder: Image?
public var options: SDWebImageOptions
public var context: [SDWebImageContextOption : Any]?
var url: URL?
var placeholder: Image?
var options: SDWebImageOptions
var context: [SDWebImageContextOption : Any]?
var configurations: [(Image) -> Image] = []