ShareLiveCellContentView.h 370 B

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