// // PBRecordTableViewCell.h // IphoneBIMe // // Created by zjf on 2019/1/31. // Copyright © 2019 ProBIM. All rights reserved. // #import @class PBRecordModel; NS_ASSUME_NONNULL_BEGIN @interface PBRecordTableViewCell : UITableViewCell @property (nonatomic, strong) PBRecordModel *recordModel; @property (nonatomic, copy) void(^PlayVideoBlock)(NSString *videoUrl); @end NS_ASSUME_NONNULL_END