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