YOUPAILZLiveSendFestivalAlertVC.h 498 B

12345678910111213141516171819202122
  1. //
  2. // YOUPAILZLiveSendFestivalAlertVC.h
  3. // VQU
  4. //
  5. // Created by CY on 2021/7/23.
  6. // Copyright © 2021 leo. All rights reserved.
  7. //
  8. #import "ZYBaseWindow.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface YOUPAILZLiveSendFestivalAlertVC : ZYBaseWindow
  11. @property (nonatomic,copy)void (^youpaipconfirmClickBlock)(BOOL youpaipisSelect);
  12. /* 礼物名字 */
  13. @property (copy, nonatomic) NSString *youpaipgiftName;
  14. /* 价值 */
  15. @property (copy, nonatomic) NSString *youpaippriceStr;
  16. @end
  17. NS_ASSUME_NONNULL_END