1234567891011121314151617 |
- //
- // YOUPAIHRMonthDateVC.h
- // VQU
- //
- // Created by xiaohaoran on 2021/11/5.
- // Copyright © 2021 MS. All rights reserved.
- //
- #import "ZCBaseVC.h"
- #import "JXCategoryListContainerView.h"
- NS_ASSUME_NONNULL_BEGIN
- typedef void (^DidSelectMonthTimeBlock)(NSString *DateStr);
- @interface YOUPAIHRMonthDateVC : ZCBaseVC<JXCategoryListContentViewDelegate>
- @property(nonatomic,copy)DidSelectMonthTimeBlock youpaipdidSelectMonthTimeBlock;
- @end
- NS_ASSUME_NONNULL_END
|