// // YOUPAILZApplyRefundWindow.h // VQU // // Created by CY on 2021/4/29. // Copyright © 2021 leo. All rights reserved. // #import "ZYBaseWindow.h" NS_ASSUME_NONNULL_BEGIN @interface YOUPAILZApplyRefundWindow : ZYBaseWindow @property (nonatomic,copy)void (^confirmClickBlock)(NSString *text); @end NS_ASSUME_NONNULL_END