YOUPAILZLiveListVC.h 714 B

12345678910111213141516171819202122232425262728293031
  1. //
  2. // YOUPAILZLiveListVC.h
  3. // TIANYAN
  4. //
  5. // Created by CY on 2021/5/19.
  6. // Copyright © 2021 leo. All rights reserved.
  7. //
  8. #import "ZCBaseVC.h"
  9. //#import "LZScrollViewDisScrollDelegate.h"
  10. #import "YOUPAILZLiveListItemModel.h"
  11. #import "JXPagerView.h"
  12. NS_ASSUME_NONNULL_BEGIN
  13. @interface YOUPAILZLiveListVC : ZCBaseVC<JXPagerViewListViewDelegate>
  14. //@property(nonatomic,weak)id<LZScrollViewDisScrollDelegate> scrollDelegate;
  15. @property(nonatomic,assign)NSInteger youpaiptype;
  16. @property (nonatomic,strong)UICollectionView *youpaipcollectionView;
  17. @property (nonatomic, strong) NSMutableArray <YOUPAILZLiveListItemModel *>*youpaipdataSource;
  18. //- (void)youpaifjoin;
  19. //- (void)leave;
  20. @end
  21. NS_ASSUME_NONNULL_END