// // PBCheckImageTableViewCell.h // IphoneBIMe // // Created by zjf on 2020/12/22. // Copyright © 2020 ProBIM. All rights reserved. // #import @class PBExamineAddModel; NS_ASSUME_NONNULL_BEGIN @interface PBCheckImageTableViewCell : UITableViewCell @property (nonatomic, strong) PBExamineAddModel *examineAddModel; @property (nonatomic, copy) void(^PlayVideoBlock)(NSString *videoUrl); @end NS_ASSUME_NONNULL_END