// // PBPersonRoleTableViewCell.h // IphoneBIMe // // Created by zjf on 2021/1/6. // Copyright © 2021 ProBIM. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface PBPersonRoleTableViewCell : UITableViewCell @property (nonatomic, strong) NSDictionary *roleDict; @end NS_ASSUME_NONNULL_END