// // TXShareLiveCellContentView.h // TUIChat // // Created by 王智 on 2023/8/10. // #import NS_ASSUME_NONNULL_BEGIN @interface TXShareLiveCellContentView : UIView + (instancetype)shareIntance; - (void)configCellWithShareAvatar:(NSString *)avatar teacherName:(NSString *)teacherName liveDesc:(NSString *)desc; @end NS_ASSUME_NONNULL_END