增加换肤功能
This commit is contained in:
31
QXLive/Message(音信)/Model/QXMessageModel.m
Normal file
31
QXLive/Message(音信)/Model/QXMessageModel.m
Normal file
@@ -0,0 +1,31 @@
|
||||
//
|
||||
// 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
|
||||
Reference in New Issue
Block a user