NIMTipContentConfig.h 249 B

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