// // PBSelectArtifactsCell.h // IphoneBIMe // // Created by zjf on 2021/1/14. // Copyright © 2021 ProBIM. All rights reserved. // #import @class PBArtifactsInfoModel; NS_ASSUME_NONNULL_BEGIN @interface PBSelectArtifactsCell : UITableViewCell @property (nonatomic, strong) PBArtifactsInfoModel *artifactsInfoModel; @end NS_ASSUME_NONNULL_END