TXGroupNoticeMessage.h 379 B

1234567891011121314151617181920212223
  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