17 lines
226 B
Objective-C
17 lines
226 B
Objective-C
//
|
|
// MessageTreasureFairyModel.h
|
|
// YuMi
|
|
//
|
|
// Created by duoban on 2023/8/9.
|
|
//
|
|
|
|
#import "MessageBaseModel.h"
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface MessageTreasureFairyModel : MessageBaseModel
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|