- //
- // WFCCThingsLostEventContent.h
- // WFChatClient
- //
- // Created by heavyrain on 2017/8/16.
- // Copyright © 2017年 WildFireChat. All rights reserved.
- //
- #import "WFCCMessageContent.h"
- /**
- 文本消息
- */
- @interface WFCCThingsLostEventContent : WFCCMessageContent
- @end
|