NIMRobotContentConfig.h 255 B

12345678910111213
  1. //
  2. // NIMRobotContentConfig.h
  3. // NIMKit
  4. //
  5. // Created by chris on 2017/6/27.
  6. // Copyright © 2017年 NetEase. All rights reserved.
  7. //
  8. #import "NIMBaseSessionContentConfig.h"
  9. @interface NIMRobotContentConfig : NSObject<NIMSessionContentConfig>
  10. @end