15 lines
222 B
Objective-C
15 lines
222 B
Objective-C
//
|
|
// GuildAuthModel.m
|
|
// YuMi
|
|
//
|
|
// Created by YuMi on 2022/4/8.
|
|
//
|
|
|
|
#import "GuildAuthModel.h"
|
|
|
|
@implementation GuildAuthModel
|
|
+ (NSDictionary *)replacedKeyFromPropertyName {
|
|
return @{@"des":@"description"};
|
|
}
|
|
@end
|