mirror of
https://github.com/Relintai/rcpp_framework.git
synced 2025-05-19 06:08:22 +02:00
13 lines
167 B
C++
13 lines
167 B
C++
#ifndef MESSAGE_PAGE_H
|
|
#define MESSAGE_PAGE_H
|
|
|
|
#include "core/object.h"
|
|
|
|
class MessagePage : public Object {
|
|
RCPP_OBJECT(MessagePage, Object);
|
|
|
|
public:
|
|
|
|
};
|
|
|
|
#endif |