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