123456789101112131415161718192021 |
- //
- // NYFailItemPointCellView02.m
- // jiaPei
- //
- // Created by Ning.ge on 2024/12/17.
- // Copyright © 2024 JCZ. All rights reserved.
- //
- #import "NYFailItemPointCellView02.h"
- @implementation NYFailItemPointCellView02
- /*
- // Only override drawRect: if you perform custom drawing.
- // An empty implementation adversely affects performance during animation.
- - (void)drawRect:(CGRect)rect {
- // Drawing code
- }
- */
- @end
|