#pragma once #include "PathViewManager.g.h" #include "RenderableViewManager.h" namespace winrt::RNSVG::implementation { struct PathViewManager : PathViewManagerT { PathViewManager(); // IViewManagerWithNativeProperties Windows::Foundation::Collections::IMapView NativeProps(); }; } // namespace winrt::RNSVG::implementation namespace winrt::RNSVG::factory_implementation { struct PathViewManager : PathViewManagerT {}; } // namespace winrt::RNSVG::factory_implementation