YOUPAIUCIMP2PSessionConfig.h 278 B

12345678910111213
  1. //
  2. // YOUPAIUCIMP2PSessionConfig.h
  3. // wolfman
  4. //
  5. // Created by 张灿 on 2017/6/30.
  6. // Copyright © 2017年 shareSmile. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. @interface YOUPAIUCIMP2PSessionConfig : NSObject<NIMSessionConfig>
  10. - (instancetype)init;
  11. @end