17 lines
311 B
Objective-C
17 lines
311 B
Objective-C
//
|
|
// MSSessionPublicChatHalImageCell.h
|
|
// YuMi
|
|
//
|
|
// Created by duoban on 2024/5/10.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
#import "MessageBaseModel.h"
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface MSSessionPublicChatHalImageCell : UITableViewCell
|
|
- (void)render:(nonnull MessageBaseModel *)model ;
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|