11 lines
142 B
C++
11 lines
142 B
C++
#ifdef CONTACTREQUESTCHATITEM_H
|
|
#define CONTACTREQUESTCHATITEM_H
|
|
|
|
#include "ChatItem.h"
|
|
|
|
class ContactRequestChatItem : ChatItem
|
|
{
|
|
|
|
};
|
|
|
|
#endif |