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