12345678910111213141516171819 |
- //
- // YOUPAILCMessageVC.h
- // LiveChat
- //
- // Created by 张灿 on 2018/4/12.
- // Copyright © 2018年 caicai. All rights reserved.
- //
- #import "ZCBaseVC.h"
- #import "YOUPAILCIMSessionVC.h"
- #import "JXCategoryListContainerView.h"
- @interface YOUPAILCMessageVC : NIMSessionListViewController<JXCategoryListContentViewDelegate>
- /// 去消息页面
- @property (nonatomic, copy) void(^goMessageListPageBlock)(void);
- @end
|