2
This commit is contained in:
23
keyBoard/Class/Shop/M/KBShopThemeDetailModel.m
Normal file
23
keyBoard/Class/Shop/M/KBShopThemeDetailModel.m
Normal file
@@ -0,0 +1,23 @@
|
||||
//
|
||||
// KBShopThemeDetailModel.m
|
||||
// keyBoard
|
||||
//
|
||||
|
||||
#import "KBShopThemeDetailModel.h"
|
||||
#import <MJExtension/MJExtension.h>
|
||||
|
||||
@implementation KBShopThemeDetailModel
|
||||
|
||||
+ (NSDictionary *)mj_objectClassInArray {
|
||||
return @{
|
||||
@"themeTag" : KBShopThemeTagModel.class
|
||||
};
|
||||
}
|
||||
|
||||
+ (NSDictionary *)mj_replacedKeyFromPropertyName {
|
||||
return @{
|
||||
@"themeId" : @"id"
|
||||
};
|
||||
}
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user