// // YOUPAIHRPersonnelManagementCell.h // VQU // // Created by xiaohaoran on 2021/11/9. // Copyright © 2021 MS. All rights reserved. // #import #import "YOUPAIHRPersonnelManagementModel.h" NS_ASSUME_NONNULL_BEGIN typedef void (^DidClickBlock)(YOUPAIHRPersonnelManagementModel *model); @interface YOUPAIHRPersonnelManagementCell : UITableViewCell @property(nonatomic,copy)DidClickBlock youpaipdidClickBlock; @property(nonatomic,strong)YOUPAIHRPersonnelManagementModel *youpaipmodel; @end NS_ASSUME_NONNULL_END