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