TUIGroupCreatedCellData.h 372 B

12345678910111213141516
  1. // Created by Tencent on 2023/06/09.
  2. // Copyright © 2023 Tencent. All rights reserved.
  3. /**
  4. *
  5. * This file declares the data source for TUIGroupCreatedCell
  6. */
  7. #import <TIMCommon/TUISystemMessageCellData.h>
  8. @interface TUIGroupCreatedCellData : TUISystemMessageCellData
  9. @property(nonatomic, copy) NSString *opUser;
  10. @property(nonatomic, strong) NSNumber *cmd;
  11. @end