// // YOUPAIHRSubGuildDetailCell.h // VQU // // Created by xiaohaoran on 2021/11/6. // Copyright © 2021 MS. All rights reserved. // #import #import "YOUPAIHRSubGuildDetailModel.h" NS_ASSUME_NONNULL_BEGIN @interface YOUPAIHRSubGuildDetailCell : UITableViewCell @property(nonatomic,strong)listModel* youpaipbillModel; @end NS_ASSUME_NONNULL_END