Skip to content

Instantly share code, notes, and snippets.

View simplelife-patrick's full-sized avatar

Patrick Deng simplelife-patrick

  • SimpleLife Studio
  • Hangzhou, Zhejiang, P.R. China
View GitHub Profile
@ipconfiger
ipconfiger / BaseModel.m
Created January 16, 2014 16:31
映射json反序列化的字典到自定义类型
//
// BaseModle.m
// apitester
//
// Created by LiMing on 14-1-16.
// Copyright (c) 2014年 LiMing. All rights reserved.
//
#import "BaseModle.h"
#import <objc/message.h>