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