mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-11-10 18:21:04 +00:00
10 lines
82 B
C++
10 lines
82 B
C++
|
|
#include <LibIPC/IMessage.h>
|
||
|
|
|
||
|
|
IMessage::IMessage()
|
||
|
|
{
|
||
|
|
}
|
||
|
|
|
||
|
|
IMessage::~IMessage()
|
||
|
|
{
|
||
|
|
}
|