1234567891011121314151617181920 |
- //
- // KSLiveUnBlockUser.h
- // KulexiuForStudent
- //
- // Created by 王智 on 2022/5/30.
- //
- #import <RongIMLibCore/RongIMLibCore.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface KSLiveUnBlockUser : RCMessageContent
- /**
- 用户 Id
- */
- @property(nonatomic, copy, nonnull) NSString *userId;
- @end
- NS_ASSUME_NONNULL_END
|