NIMUnsupportContentConfig.h 292 B

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