NIMFileContentConfig.h 248 B

12345678910111213
  1. //
  2. // NIMFileContentConfig.h
  3. // NIMKit
  4. //
  5. // Created by amao on 9/15/15.
  6. // Copyright (c) 2015 NetEase. All rights reserved.
  7. //
  8. #import "NIMBaseSessionContentConfig.h"
  9. @interface NIMFileContentConfig : NSObject<NIMSessionContentConfig>
  10. @end