TXGroupNoticeMessage.h 379 B

12345678910111213141516171819202122
  1. //
  2. // TXGroupNoticeMessage.h
  3. // TUIChat
  4. //
  5. // Created by 王智 on 2024/8/30.
  6. //
  7. #import "TUIMessageCellData.h"
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface TXGroupNoticeMessage : TUIMessageCellData
  10. @property (nonatomic, strong) NSString *noticeId;
  11. @property (nonatomic, strong) NSString *msgTitle;
  12. @property (nonatomic, strong) NSString *msgContent;
  13. @end
  14. NS_ASSUME_NONNULL_END