// // PBListTableViewCell.h // IphoneBIMe // // Created by zjf on 2020/8/18. // Copyright © 2020 ProBIM. All rights reserved. // #import @class PBExamineAddModel; NS_ASSUME_NONNULL_BEGIN @interface PBListTableViewCell : UITableViewCell @property (nonatomic, strong) PBExamineAddModel *examineAddModel; @property (nonatomic,copy) void (^ChooseBlock)(void); @property (nonatomic,copy) void (^DeleteBlock)(NSInteger index); @property (nonatomic, copy) void (^ToViewBlock)(NSInteger index); @end NS_ASSUME_NONNULL_END