Files
peko-ios/YuMi/Modules/YMMessage/View/Session/Content/SesssionModel/PIMessageContentServiceReplyModel.h
2023-09-12 18:12:11 +08:00

17 lines
276 B
Objective-C

//
// PIMessageContentServiceReplyModel.h
// YuMi
//
// Created by duoban on 2023/9/12.
//
#import "MessageBaseModel.h"
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@interface PIMessageContentServiceReplyModel : MessageBaseModel
@end
NS_ASSUME_NONNULL_END