// // PBSchedulesElementTableViewCell.h // IphoneBIMe // // Created by ZhangJF on 2022/9/5. // Copyright © 2022 ProBIM. All rights reserved. // #import @class PBArtifactsInfoModel; NS_ASSUME_NONNULL_BEGIN @interface PBSchedulesElementTableViewCell : UITableViewCell @property (nonatomic, copy) void(^DeleteBlock)(void); @property (nonatomic, strong) PBArtifactsInfoModel *artifactsModel; @end NS_ASSUME_NONNULL_END