Little code garden
This commit is contained in:
parent
a448bbe47d
commit
71ce58eec4
|
@ -178,11 +178,7 @@ public struct AnimatedImage : PlatformViewRepresentable {
|
|||
_imageModel = ObservedObject(wrappedValue: imageModel)
|
||||
}
|
||||
|
||||
#if os(macOS)
|
||||
public typealias NSViewType = AnimatedImageViewWrapper
|
||||
#else
|
||||
public typealias UIViewType = AnimatedImageViewWrapper
|
||||
#endif
|
||||
public typealias PlatformViewType = AnimatedImageViewWrapper
|
||||
|
||||
public typealias Coordinator = AnimatedImageCoordinator
|
||||
|
||||
|
|
Loading…
Reference in New Issue