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