// // ChatInfoUserCollectionCell.h // smartRhino // // Created by armin on 2019/11/7. // Copyright © 2019 tederen. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface ChatInfoUserCollectionCell : UICollectionViewCell @property (strong,nonatomic) IBOutlet UIImageView *cell0UserImgView; @property (strong,nonatomic) IBOutlet UILabel *cell0UserNameLabel; @end NS_ASSUME_NONNULL_END