// // PBMultiSelectPersonCell.h // IphoneBIMe // // Created by zjf on 2021/1/7. // Copyright © 2021 ProBIM. All rights reserved. // #import @class PBUserModel; NS_ASSUME_NONNULL_BEGIN @interface PBMultiSelectPersonCell : UITableViewCell @property (nonatomic, strong) PBUserModel *userModel; @end NS_ASSUME_NONNULL_END