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