// // PBPersonRoleTableViewCell.h // IphoneBIMe // // Created by zjf on 2021/1/6. // Copyright © 2021 ProBIM. All rights reserved. // #import @class PBExamineAddModel; NS_ASSUME_NONNULL_BEGIN @interface PBCheckBoxTableViewCell : UITableViewCell @property (nonatomic, strong) PBExamineAddModel *examineAddModel; @property (nonatomic, copy) void (^updateBlock)(NSString *check); @end NS_ASSUME_NONNULL_END