// // YOUPAIHRDatePickerView.h // VQU // // Created by xiaohaoran on 2021/11/5. // Copyright © 2021 MS. All rights reserved. // #import "ZYBaseWindow.h" NS_ASSUME_NONNULL_BEGIN typedef void (^SelectMonthDate)(NSString *date); typedef void (^SelectDayDate)(NSString *starTime,NSString *endTime); @interface YOUPAIHRDatePickerView : ZYBaseWindow @property(nonatomic,copy)SelectMonthDate youpaipselectMonthDate; @property(nonatomic,copy)SelectDayDate youpaipselectDayDate; @end NS_ASSUME_NONNULL_END