// // YOUPAILZReportCell.h // VQU // // Created by CY on 2021/6/30. // Copyright © 2021 leo. All rights reserved. // #import #import "YOUPAILCReportModel.h" NS_ASSUME_NONNULL_BEGIN @interface YOUPAILZReportCell : UITableViewCell - (void)youpaifreloadWithModel:(YOUPAILCReportModel *)model; @end NS_ASSUME_NONNULL_END