// // PBExamineListPicCell.h // IphoneBIMe // // Created by zjf on 2020/11/4. // Copyright © 2020 ProBIM. All rights reserved. // #import @class PBExamineListModel; NS_ASSUME_NONNULL_BEGIN @interface PBExamineListPicCell : UITableViewCell @property (nonatomic, strong) PBExamineListModel *examineListModel; @property (nonatomic, copy) void (^PlayVideoBlock)(NSString *url); @end NS_ASSUME_NONNULL_END