KSLiveChatroomMemberUp.h 321 B

1234567891011121314151617181920
  1. //
  2. // KSLiveChatroomMemberUp.h
  3. // KulexiuForStudent
  4. //
  5. // Created by 王智 on 2022/5/27.
  6. //
  7. #import <RongIMLibCore/RongIMLibCore.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface KSLiveChatroomMemberUp : RCMessageContent
  10. /**
  11. 当前观众数量
  12. */
  13. @property(nonatomic, assign) NSInteger count;
  14. @end
  15. NS_ASSUME_NONNULL_END