YOUPAILCIMSessionVC.h 498 B

1234567891011121314151617181920
  1. //
  2. // YOUPAILCIMSessionVC.h
  3. // LiveChat
  4. //
  5. // Created by 张灿 on 2018/9/1.
  6. // Copyright © 2018年 caicai. All rights reserved.
  7. //
  8. #import "YOUPAIUCIMP2PSessionVC.h"
  9. #import "YOUPAILZUserShowVC.h"
  10. #import "YOUPAILCVideoRequestVC.h"
  11. #import "YOUPAILCIMVideoVC.h"
  12. @interface YOUPAILCIMSessionVC : YOUPAIUCIMP2PSessionVC
  13. @property (nonatomic,assign) BOOL isSysNoti;
  14. @property (nonatomic,assign) BOOL isServiceNoti;
  15. @property(nonatomic,copy)NSString *type;//1首页2动态3消息列表
  16. @end