QMChatRoomRichTextCell.h 235 B

12345678910111213
  1. //
  2. // QMChatRoomRichTextCell.h
  3. // IMSDK-OC
  4. //
  5. // Created by lishuijiao on 2018/3/8.
  6. // Copyright © 2018年 HCF. All rights reserved.
  7. //
  8. #import "QMChatRoomBaseCell.h"
  9. @interface QMChatRoomRichTextCell : QMChatRoomBaseCell
  10. @end