Files
peko-ios/YuMi/Modules/YMMessage/Model/SessionContent/ContentRistAlertModel.h
2023-11-15 17:25:09 +08:00

17 lines
264 B
Objective-C

//
// ContentRistAlertModel.h
// YUMI
//
// Created by YUMI on 2022/8/11.
//
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@interface ContentRistAlertModel : PIBaseModel
@property (nonatomic,strong) NSString *content;
@end
NS_ASSUME_NONNULL_END