1234567891011121314151617181920 |
- //
- // KSLiveChatroomMemberUp.h
- // KulexiuForStudent
- //
- // Created by 王智 on 2022/5/27.
- //
- #import <RongIMLibCore/RongIMLibCore.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface KSLiveChatroomMemberUp : RCMessageContent
- /**
- 当前观众数量
- */
- @property(nonatomic, assign) NSInteger count;
- @end
- NS_ASSUME_NONNULL_END
|