WsParser_VS/StoryPresent/storypresent.h

13 lines
173 B
C++

#pragma once
#include <QtWidgets/QMainWindow>
class StoryPresent : public QMainWindow {
Q_OBJECT
public:
StoryPresent(QWidget* parent = nullptr);
~StoryPresent();
};