ChatMsgCollectionCell.m 271 B

123456789101112131415161718
  1. //
  2. // ChatMsgCollectionCell.m
  3. // smartRhino
  4. //
  5. // Created by armin on 2019/11/4.
  6. // Copyright © 2019 tederen. All rights reserved.
  7. //
  8. #import "ChatMsgCollectionCell.h"
  9. @implementation ChatMsgCollectionCell
  10. - (void)awakeFromNib {
  11. [super awakeFromNib];
  12. }
  13. @end