KSChatMusicShareCell.h 233 B

12345678910111213141516
  1. //
  2. // KSChatMusicShareCell.h
  3. // KulexiuForTeacher
  4. //
  5. // Created by 王智 on 2022/6/8.
  6. //
  7. #import <RongIMKit/RongIMKit.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface KSChatMusicShareCell : RCMessageBaseCell
  10. @end
  11. NS_ASSUME_NONNULL_END