YOUPAIHRSelectDayDateVC.h 480 B

1234567891011121314151617
  1. //
  2. // YOUPAIHRSelectDayDateVC.h
  3. // VQU
  4. //
  5. // Created by xiaohaoran on 2021/11/5.
  6. // Copyright © 2021 MS. All rights reserved.
  7. //
  8. #import "ZCBaseVC.h"
  9. #import "JXCategoryListContainerView.h"
  10. NS_ASSUME_NONNULL_BEGIN
  11. typedef void (^DidSelectTimeBlock)(NSString *youpaipstarDate,NSString*endDate);
  12. @interface YOUPAIHRSelectDayDateVC : ZCBaseVC<JXCategoryListContentViewDelegate>
  13. @property(nonatomic,copy)DidSelectTimeBlock youpaipdidSelectTimeBlock;
  14. @end
  15. NS_ASSUME_NONNULL_END