TUIGroupCreatedCell.h 460 B

12345678910111213141516
  1. // Created by Tencent on 2023/06/09.
  2. // Copyright © 2023 Tencent. All rights reserved.
  3. /**
  4. * This document declares that after the group is successfully created, the "xxx create group chat" message cell displayed when jumping to the message
  5. * interface
  6. */
  7. #import <TIMCommon/TUISystemMessageCell.h>
  8. #import "TUIGroupCreatedCellData.h"
  9. @interface TUIGroupCreatedCell : TUISystemMessageCell
  10. - (void)fillWithData:(TUIGroupCreatedCellData *)data;
  11. @end