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