11 lines
269 B
C++
11 lines
269 B
C++
#include "pch.h"
|
|
#include "DefsViewManager.h"
|
|
#include "DefsViewManager.g.cpp"
|
|
|
|
namespace winrt::RNSVG::implementation {
|
|
DefsViewManager::DefsViewManager() {
|
|
m_class = RNSVG::SVGClass::RNSVGDefs;
|
|
m_name = L"RNSVGDefs";
|
|
}
|
|
} // namespace winrt::RNSVG::implementation
|