YOUPAILZLiveInviteListVC.h 642 B

123456789101112131415161718192021222324
  1. //
  2. // YOUPAILZLiveInviteListVC.h
  3. // TIANYAN
  4. //
  5. // Created by CY on 2021/5/28.
  6. // Copyright © 2021 leo. All rights reserved.
  7. //
  8. #import "ZCBaseVC.h"
  9. #import "LZLiveEnum.h"
  10. #import "YOUPAILZLiveInviteModel.h"
  11. #import "JXCategoryListContainerView.h"
  12. NS_ASSUME_NONNULL_BEGIN
  13. @interface YOUPAILZLiveInviteListVC : ZCBaseVC<JXCategoryListContentViewDelegate>
  14. @property (nonatomic,assign) NSInteger youpaipis_invite; // 是否被邀请过 0否 1是
  15. @property (nonatomic,copy) void (^youpaipinviteBlock)(LZLiveInviteType type,YOUPAILZLiveInviteModel *model);
  16. - (instancetype)initWithType:(LZLiveInviteType)type;
  17. @end
  18. NS_ASSUME_NONNULL_END