// // ChatInfoUserCollectionCell.m // smartRhino // // Created by armin on 2019/11/7. // Copyright © 2019 tederen. All rights reserved. // #import "ChatInfoUserCollectionCell.h" @implementation ChatInfoUserCollectionCell - (void)awakeFromNib { [super awakeFromNib]; // Initialization code } @end