WFCCThingsLostEventContent.h 278 B

12345678910111213141516
  1. //
  2. // WFCCThingsLostEventContent.h
  3. // WFChatClient
  4. //
  5. // Created by heavyrain on 2017/8/16.
  6. // Copyright © 2017年 WildFireChat. All rights reserved.
  7. //
  8. #import "WFCCMessageContent.h"
  9. /**
  10. 文本消息
  11. */
  12. @interface WFCCThingsLostEventContent : WFCCMessageContent
  13. @end