#pragma once #include "DefsView.g.h" #include "GroupView.h" namespace winrt::RNSVG::implementation { struct DefsView : DefsViewT { public: DefsView() = default; // IRenderable void Draw(RNSVG::D2DDeviceContext const &deviceContext, Windows::Foundation::Size const &size); }; } // namespace winrt::RNSVG::implementation namespace winrt::RNSVG::factory_implementation { struct DefsView : DefsViewT {}; } // namespace winrt::RNSVG::factory_implementation