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