Files
peko-ios/YuMi/Modules/YMRoom/View/MessageContainerView/Model/PIGeneralPublicScreenModel.m
2024-02-23 14:40:10 +08:00

18 lines
334 B
Objective-C

//
// PIGeneralPublicScreenModel.m
// YuMi
//
// Created by duoban on 2024/2/22.
//
#import "PIGeneralPublicScreenModel.h"
@implementation PIGeneralPublicScreenModel
+ (NSDictionary *)objectClassInArray {
return @{@"contents":PIGeneralPublicScreenItemModel.class};
}
@end
@implementation PIGeneralPublicScreenItemModel
@end