NIMKitDataProviderImpl.h 244 B

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