Files
featherVoice/QXLive/Message(音信)/Model/QXMessageModel.m

32 lines
442 B
Mathematica
Raw Permalink Normal View History

2025-08-08 10:49:36 +08:00
//
// QXMessageModel.m
// QXLive
//
// Created by on 2025/7/11.
//
#import "QXMessageModel.h"
@implementation QXMessageModel
+(NSDictionary<NSString *,id> *)modelContainerPropertyGenericClass{
return @{
@"system_last_message" : @"QXMessageListModel",
@"announcement_last_message" : @"QXMessageListModel",
};
}
@end
@implementation QXMessageCoverModel
@end
@implementation QXMessageListModel
@end