2
0

WFCCPTextMessageContent.h 397 B

12345678910111213141516
  1. //
  2. // WFCCPTextMessageContent.h
  3. // WFChatClient
  4. //
  5. // Created by heavyrain on 2017/8/16.
  6. // Copyright © 2017年 WildFireChat. All rights reserved.
  7. //
  8. #import "WFCCTextMessageContent.h"
  9. /**
  10. 存储文本消息,与普通文本消息的区别是,普通文本消息存储切计未读数,本消息只存储不计数。
  11. */
  12. @interface WFCCPTextMessageContent : WFCCTextMessageContent
  13. @end