TXShareLiveCellContentView.h 365 B

1234567891011121314151617181920
  1. //
  2. // TXShareLiveCellContentView.h
  3. // TUIChat
  4. //
  5. // Created by 王智 on 2023/8/10.
  6. //
  7. #import <UIKit/UIKit.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface TXShareLiveCellContentView : UIView
  10. + (instancetype)shareIntance;
  11. - (void)configCellWithShareAvatar:(NSString *)avatar teacherName:(NSString *)teacherName liveDesc:(NSString *)desc;
  12. @end
  13. NS_ASSUME_NONNULL_END