YOUPAILZLiveInviteCell.h 502 B

12345678910111213141516171819202122
  1. //
  2. // YOUPAILZLiveInviteCell.h
  3. // TIANYAN
  4. //
  5. // Created by CY on 2021/5/28.
  6. // Copyright © 2021 leo. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "LZLiveEnum.h"
  10. #import "YOUPAILZLiveInviteModel.h"
  11. NS_ASSUME_NONNULL_BEGIN
  12. @interface YOUPAILZLiveInviteCell : UITableViewCell
  13. @property (nonatomic,copy) void (^youpaipinviteBlock)(YOUPAILZLiveInviteModel *model);
  14. - (void)youpaifreloadWithModel:(YOUPAILZLiveInviteModel *)model type:(LZLiveInviteType)type;
  15. @end
  16. NS_ASSUME_NONNULL_END