ShareMusicCellContentView.h 470 B

1234567891011121314151617181920
  1. //
  2. // ShareMusicCellContentView.h
  3. // KulexiuForTeacher
  4. //
  5. // Created by 王智 on 2022/6/8.
  6. //
  7. #import <UIKit/UIKit.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface ShareMusicCellContentView : 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