12345678910111213 |
- //
- // YOUPAILCMediaChatRecordVC.h
- // LiveChat
- //
- // Created by 张灿 on 2018/8/25.
- // Copyright © 2018年 caicai. All rights reserved.
- //
- #import "ZCBaseTableVC.h"
- #import "JXCategoryListContainerView.h"
- @interface YOUPAILCMediaChatRecordVC : ZCBaseTableVC<JXCategoryListContentViewDelegate>
- @property(nonatomic,assign)BOOL youpaipnoTabbar;//是否显示底部导航 0显示 1不显示
- @end
|