YOUPAILCMediaChatRecordVC.h 398 B

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