Files
peko-ios/YuMi/Modules/YMMessage/View/Session/Cell/MSSessionPublicChatHalIRightmageCell.h
liyuhua d22d0aa9fe 1.UI修改
2.修复bug
2024-05-17 11:27:36 +08:00

17 lines
321 B
Objective-C

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