AutoCatGnome/gui/AddNumberDialog.h
2022-05-26 23:41:40 +03:00

17 lines
276 B
C++

//
// Created by selim on 17.05.2022.
//
#ifndef AUTOCAT_GNOME_ADDNUMBERDIALOG_H
#define AUTOCAT_GNOME_ADDNUMBERDIALOG_H
#include "../gtkpp/Window.h"
class AddNumberDialog: public gtkpp::Window {
public:
AddNumberDialog();
};
#endif //AUTOCAT_GNOME_ADDNUMBERDIALOG_H