// // PBRightTableViewCell.h // IphoneBIMe // // Created by zjf on 2020/7/29. // Copyright © 2020 ProBIM. All rights reserved. // #import @class PBModelsModel; NS_ASSUME_NONNULL_BEGIN @interface PBRightTableViewCell : UITableViewCell @property (nonatomic, strong) PBModelsModel *modelsModel; @end NS_ASSUME_NONNULL_END