// // PBExamineListMorePicCell.h // IphoneBIMe // // Created by zjf on 2020/11/5. // Copyright © 2020 ProBIM. All rights reserved. // #import @class PBExamineListModel; NS_ASSUME_NONNULL_BEGIN @interface PBExamineListMorePicCell : UITableViewCell @property (nonatomic, strong) PBExamineListModel *examineListModel; @end NS_ASSUME_NONNULL_END