// // NYFailItemPointCellView.h // jiaPei // // Created by Ning.ge on 2024/12/16. // Copyright © 2024 JCZ. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface NYFailItemPointCellView : UIView @property (weak, nonatomic) UILabel *content_label; @property (weak, nonatomic) UIView *line_view; @end NS_ASSUME_NONNULL_END