NIMSessionRobotContentView.h 362 B

123456789101112131415161718
  1. //
  2. // NIMSessionRobotContentView.h
  3. // NIMKit
  4. //
  5. // Created by chris on 2017/6/27.
  6. // Copyright © 2017年 NetEase. All rights reserved.
  7. //
  8. #import "NIMSessionMessageContentView.h"
  9. @interface NIMSessionRobotContentView : NIMSessionMessageContentView
  10. // 参与 cell 行高的接口
  11. - (void)setupRobot:(NIMMessageModel *)data;
  12. + (CGFloat)itemSpacing;
  13. @end