// // PBScheduleImgTableViewCell.h // IphoneBIMe // // Created by ZhangJF on 2022/9/9. // Copyright © 2022 ProBIM. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface PBScheduleImgTableViewCell : UITableViewCell @property (nonatomic, copy) void(^DeleteImageBlock)(NSInteger index); @property (nonatomic, strong) NSMutableArray *imageArr; @end NS_ASSUME_NONNULL_END