QMChatRoomIframeCell.h 233 B

12345678910111213
  1. //
  2. // QMChatRoomIframeCell.h
  3. // IMSDK-OC
  4. //
  5. // Created by haochongfeng on 16/11/13.
  6. // Copyright © 2016年 HCF. All rights reserved.
  7. //
  8. #import "QMChatRoomBaseCell.h"
  9. @interface QMChatRoomIframeCell : QMChatRoomBaseCell
  10. @end