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