#pragma once #include "GuiApplication.h" class NotesTk : public GuiApplication { public: NotesTk(std::unique_ptr args = nullptr, std::unique_ptr mainApp = nullptr); protected: void initializeViews() override; };