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