2024-05-10 14:12:47 +08:00
|
|
|
//
|
|
|
|
// MSSessionPublicChatHalImageCell.h
|
|
|
|
// YuMi
|
|
|
|
//
|
|
|
|
// Created by duoban on 2024/5/10.
|
|
|
|
//
|
|
|
|
|
|
|
|
#import <UIKit/UIKit.h>
|
2024-05-17 11:27:36 +08:00
|
|
|
#import "MessageBaseModel.h"
|
2024-05-10 14:12:47 +08:00
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
|
|
|
|
@interface MSSessionPublicChatHalImageCell : UITableViewCell
|
|
|
|
- (void)render:(nonnull MessageBaseModel *)model ;
|
|
|
|
@end
|
|
|
|
|
|
|
|
NS_ASSUME_NONNULL_END
|