Skip to content

Commit

Permalink
Merge pull request #16 from SDWebImage/remove_unused_api
Browse files Browse the repository at this point in the history
Change those unused value from public to internal.
  • Loading branch information
dreampiggy authored Oct 5, 2019
2 parents 930231e + cd2021d commit c052f22
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions SDWebImageSwiftUI/Classes/WebImage.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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] = []

Expand Down

0 comments on commit c052f22

Please sign in to comment.