Files
peko-ios/YuMi/Modules/YMMessage/View/Session/Cell/MSSessionPublicChatHalImageCell.h
2024-05-10 14:12:47 +08:00

17 lines
283 B
Objective-C

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