// // PBChooseArtifactsCell.h // IphoneBIMe // // Created by zjf on 2020/9/24. // Copyright © 2020 ProBIM. All rights reserved. // #import @class PBArtifactsInfoModel; NS_ASSUME_NONNULL_BEGIN @interface PBChooseArtifactsCell : UITableViewCell @property (nonatomic, strong) PBArtifactsInfoModel *artifactsInfoModel; @property (nonatomic, copy) void (^saveBlock)(BOOL isSave); @end NS_ASSUME_NONNULL_END