// // NYFailItemPointCellView01.h // jiaPei // // Created by Ning.ge on 2024/12/17. // Copyright © 2024 JCZ. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface NYFailItemPointCellView01 : UIView @property (weak, nonatomic) UIView *topbar_view; @property (weak, nonatomic) UILabel *topbar_label; @property (weak, nonatomic) UIView *content_view; @end NS_ASSUME_NONNULL_END