YOUPAILZLiveInviteVC.h 471 B

1234567891011121314151617181920212223
  1. //
  2. // YOUPAILZLiveInviteVC.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. NS_ASSUME_NONNULL_BEGIN
  12. @interface YOUPAILZLiveInviteVC : ZCBaseVC
  13. @property (nonatomic,copy) void (^youpaipinviteBlock)(LZLiveInviteType type,YOUPAILZLiveInviteModel *model);
  14. - (instancetype)initWithType:(LZLiveInviteType)type;
  15. @end
  16. NS_ASSUME_NONNULL_END