TXLiveMessageBlockUser.h 357 B

1234567891011121314151617181920
  1. //
  2. // TXLiveMessageBlockUser.h
  3. // StudentDaya
  4. //
  5. // Created by 王智 on 2023/2/28.
  6. // Copyright © 2023 DayaMusic. All rights reserved.
  7. //
  8. #import "TXLiveMessageModel.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface TXLiveMessageBlockUser : TXLiveMessageModel
  11. /**
  12. 用户 Id
  13. */
  14. @property(nonatomic, copy, nonnull) NSString *userId;
  15. @end
  16. NS_ASSUME_NONNULL_END