12345678910111213141516171819202122 |
- //
- // YOUPAILZLiveSendFestivalAlertVC.h
- // VQU
- //
- // Created by CY on 2021/7/23.
- // Copyright © 2021 leo. All rights reserved.
- //
- #import "ZYBaseWindow.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface YOUPAILZLiveSendFestivalAlertVC : ZYBaseWindow
- @property (nonatomic,copy)void (^youpaipconfirmClickBlock)(BOOL youpaipisSelect);
- /* 礼物名字 */
- @property (copy, nonatomic) NSString *youpaipgiftName;
- /* 价值 */
- @property (copy, nonatomic) NSString *youpaippriceStr;
- @end
- NS_ASSUME_NONNULL_END
|