TXShareMusicCellContentView.h 467 B

12345678910111213141516171819202122
  1. //
  2. // TXShareMusicCellContentView.h
  3. // TUIChat
  4. //
  5. // Created by 王智 on 2023/8/10.
  6. //
  7. #import <UIKit/UIKit.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface TXShareMusicCellContentView : UIView
  10. + (instancetype)shareInstance;
  11. - (void)configWithSongName:(NSString *)songName type:(NSString *)type authName:(NSString *)authName sendAvatar:(NSString *)sendAvatar sendName:(NSString *)sendName userId:(NSString *)userId tags:(NSString *)tags;
  12. @end
  13. NS_ASSUME_NONNULL_END