KSLiveUnBlockUser.h 307 B

1234567891011121314151617181920
  1. //
  2. // KSLiveUnBlockUser.h
  3. // KulexiuForStudent
  4. //
  5. // Created by 王智 on 2022/5/30.
  6. //
  7. #import <RongIMLibCore/RongIMLibCore.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface KSLiveUnBlockUser : RCMessageContent
  10. /**
  11. 用户 Id
  12. */
  13. @property(nonatomic, copy, nonnull) NSString *userId;
  14. @end
  15. NS_ASSUME_NONNULL_END