Files
SilentDragonXLite/src/Model/ContactRequestChatItem.h
onryo 16b6d43786 Revert the merge revert
This reverts commit 3c2414028b.
2024-01-06 18:21:41 +01:00

14 lines
214 B
C++

// Copyright 2019-2024 The Hush developers
// Released under the GPLv3
#ifdef CONTACTREQUESTCHATITEM_H
#define CONTACTREQUESTCHATITEM_H
#include "ChatItem.h"
class ContactRequestChatItem : ChatItem
{
};
#endif