TUIGroupCreatedCell.m 300 B

1234567891011121314151617
  1. //
  2. // MyCustomCell.m
  3. // TUIKitDemo
  4. //
  5. // Created by annidyfeng on 2019/6/10.
  6. // Copyright © 2019 Tencent. All rights reserved.
  7. //
  8. #import "TUIGroupCreatedCell.h"
  9. @implementation TUIGroupCreatedCell
  10. - (void)fillWithData:(TUIGroupCreatedCellData *)data {
  11. [super fillWithData:data];
  12. }
  13. @end