ChatInfoUserCollectionCell.m 313 B

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