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