Lib: 2/4逐纬, 實(shí)現(xiàn) ? JSONModel
EssenceModel.m
#import "EssenceModel.h"
@implementation EssenceModel
@end
@implementation InfoModel
@end
@implementation ListModel
+ (JSONKeyMapper *)keyMapper {
return [[JSONKeyMapper alloc] initWithDictionary:@{@"id":@"listId"}];
}
@end
@implementation CommentModel
+ (JSONKeyMapper *)keyMapper {
return [[JSONKeyMapper alloc] initWithDictionary:@{@"id":@"commentId"}];
}
@end
@implementation TagModel
+ (JSONKeyMapper *)keyMapper {
return [[JSONKeyMapper alloc] initWithDictionary:@{@"id":@"tagId"}];
}
@end
@implementation UserModel
@end
@implementation VideoModel
@end
最后編輯于 :
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請(qǐng)聯(lián)系作者