17 lines
276 B
Objective-C
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
|