18 lines
257 B
Mathematica
18 lines
257 B
Mathematica
|
|
//
|
||
|
|
// KBInviteCodeModel.m
|
||
|
|
// keyBoard
|
||
|
|
//
|
||
|
|
|
||
|
|
#import "KBInviteCodeModel.h"
|
||
|
|
#import <MJExtension/MJExtension.h>
|
||
|
|
|
||
|
|
@implementation KBInviteCodeModel
|
||
|
|
|
||
|
|
+ (NSDictionary *)mj_replacedKeyFromPropertyName {
|
||
|
|
return @{
|
||
|
|
@"inviteCode": @"code"
|
||
|
|
};
|
||
|
|
}
|
||
|
|
|
||
|
|
@end
|