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

17 lines
292 B
Objective-C

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