// // PBPanoramaTableViewCell.h // IphoneBIMe // // Created by ZhangJF on 2022/10/18. // Copyright © 2022 ProBIM. All rights reserved. // #import @class PBPanoramaModel; @class PBPanoramaItemModel; NS_ASSUME_NONNULL_BEGIN @interface PBPanoramaTableViewCell : UITableViewCell @property (nonatomic, strong) PBPanoramaModel *panoramaModel; @property (nonatomic, strong) PBPanoramaItemModel *panoramaItemModel; @end NS_ASSUME_NONNULL_END