// // PBPersonRoleTableViewCell.h // IphoneBIMe // // Created by zjf on 2018/8/17. // Copyright © 2018年 ProBIM. All rights reserved. // #import @interface PBRoleTableViewCell : UITableViewCell @property (nonatomic, strong) NSDictionary *roleData; @property (nonatomic, assign) BOOL isSelect; @end