File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
SDWebImageSwiftUI/Classes Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -36,14 +36,11 @@ public typealias PlatformView = WKInterfaceObject
36
36
#endif
37
37
38
38
#if os(macOS)
39
- typealias PlatformViewRepresentable = NSViewRepresentable
40
- typealias PlatformViewRepresentableContext = NSViewRepresentableContext
39
+ public typealias PlatformViewRepresentable = NSViewRepresentable
41
40
#endif
42
41
#if os(iOS) || os(tvOS)
43
- typealias PlatformViewRepresentable = UIViewRepresentable
44
- typealias PlatformViewRepresentableContext = UIViewRepresentableContext
42
+ public typealias PlatformViewRepresentable = UIViewRepresentable
45
43
#endif
46
44
#if os(watchOS)
47
- typealias PlatformViewRepresentable = WKInterfaceObjectRepresentable
48
- typealias PlatformViewRepresentableContext = WKInterfaceObjectRepresentableContext
45
+ public typealias PlatformViewRepresentable = WKInterfaceObjectRepresentable
49
46
#endif
You can’t perform that action at this time.
0 commit comments