Files
peko-ios/YuMi/Modules/YMMine/View/Noble/Model/NobleInfo.m
2024-03-29 19:18:58 +08:00

19 lines
250 B
Objective-C

//
// NobleInfo.m
// xplan-ios
//
// Created by GreenLand on 2022/1/3.
//
#import "NobleInfo.h"
@implementation NobleInfo
+ (NSDictionary *)objectClassInArray {
return @{
@"returnProfits": [PINobleRebateModel class],
};
}
@end