YOUPAILCBoardVC.h 412 B

123456789101112131415
  1. //
  2. // YOUPAILCBoardVC.h
  3. // LiveChat
  4. //
  5. // Created by 张灿 on 2018/9/26.
  6. // Copyright © 2018年 caicai. All rights reserved.
  7. //
  8. #import "ZCBaseVC.h"
  9. @interface YOUPAILCBoardVC : ZCBaseVC
  10. @property(nonatomic,assign)NSInteger youpaiptype; //type 0表示大咖榜 1表示财富榜 2表示礼物榜
  11. @property(nonatomic,assign)BOOL youpaiphiddenBack;
  12. @property(nonatomic,assign)NSInteger youpaipindex;
  13. @end