Files
chatterino2/notebookbutton.h
2016-12-30 12:19:31 +01:00

11 lines
135 B
C++

#ifndef NOTEBOOKBUTTON_H
#define NOTEBOOKBUTTON_H
class NotebookButton
{
public:
NotebookButton();
};
#endif // NOTEBOOKBUTTON_H