18 lines
334 B
Objective-C
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
|