// // YOUPAILZBillDetailCell.h // VQU // // Created by CY on 2021/7/30. // Copyright © 2021 leo. All rights reserved. // #import #import "YOUPAILCBillDetailModel.h" NS_ASSUME_NONNULL_BEGIN @interface YOUPAILZBillDetailCell : UITableViewCell @property(nonatomic,strong)YOUPAILCBillDetailModel* youpaipbillModel; @end NS_ASSUME_NONNULL_END