diff --git a/SDWebImageSwiftUI/Classes/Indicator/Indicator.swift b/SDWebImageSwiftUI/Classes/Indicator/Indicator.swift index 0634e464..20d3aa76 100644 --- a/SDWebImageSwiftUI/Classes/Indicator/Indicator.swift +++ b/SDWebImageSwiftUI/Classes/Indicator/Indicator.swift @@ -40,10 +40,10 @@ public protocol IndicatorReportable : ObservableObject { public struct IndicatorViewModifier : ViewModifier where T : View, V : IndicatorReportable { /// The progress reporter - @ObservedObject var reporter: V + @ObservedObject public var reporter: V /// The indicator - var indicator: Indicator + public var indicator: Indicator public func body(content: Content) -> some View { ZStack {