17 lines
319 B
C
17 lines
319 B
C
![]() |
//
|
||
|
// MSSessionPublicChatHalRightTextCell.h
|
||
|
// YuMi
|
||
|
//
|
||
|
// Created by duoban on 2024/5/16.
|
||
|
//
|
||
|
|
||
|
#import <UIKit/UIKit.h>
|
||
|
#import "MessageBaseModel.h"
|
||
|
NS_ASSUME_NONNULL_BEGIN
|
||
|
|
||
|
@interface MSSessionPublicChatHalRightTextCell : UITableViewCell
|
||
|
- (void)render:(nonnull MessageBaseModel *)model ;
|
||
|
@end
|
||
|
|
||
|
NS_ASSUME_NONNULL_END
|