Files
peko-ios/YuMi/Modules/YMMessage/View/Session/Content/SesssionModel/MessageMonentsAutoModel.h
2023-07-14 18:50:55 +08:00

19 lines
376 B
Objective-C

//
// MessageMonentsAutoModel.h
// YUMI
//
// Created by YUMI on 2023/1/30.
//
#import "MessageBaseModel.h"
NS_ASSUME_NONNULL_BEGIN
@interface MessageMonentsAutoModel : MessageBaseModel
@property (nonatomic,strong) NSString *title;
@property (nonatomic,strong) NSString *time;
@property (nonatomic,strong) NSAttributedString *attributedText;
@end
NS_ASSUME_NONNULL_END