// // PBTextShowTableViewCell.h // IphoneBIMe // // Created by zjf on 2018/12/13. // Copyright © 2018 ProBIM. All rights reserved. // #import @class PBExamineAddModel; @interface PBTextShowTableViewCell : UITableViewCell @property (nonatomic, strong) PBExamineAddModel *examineAddModel; @property (nonatomic, copy) void (^EditBlock)(void); @end