NoticeNewGroupMenuCell.m 307 B

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