YOUPAILCBaseDynamicVC.h 474 B

123456789101112131415161718
  1. //
  2. // YOUPAILCBaseDynamicVC.h
  3. // LiveChat
  4. //
  5. // Created by 张灿 on 2018/9/7.
  6. // Copyright © 2018年 caicai. All rights reserved.
  7. //
  8. #import "ZCBaseTableVC.h"
  9. #import "JXCategoryListContainerView.h"
  10. @interface YOUPAILCBaseDynamicVC : ZCBaseTableVC<JXCategoryListContentViewDelegate>
  11. @property(nonatomic,assign)NSInteger youpaiptype;
  12. @property(nonatomic,assign)NSInteger youpaipgender;
  13. -(void)youpaifsetDynamicType:(NSInteger)type andGender:(NSInteger)gender;
  14. @end