Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

README.md

用法: 继承MYBaseModel 一般命名只要不是id,均可以自动转换成模型

@interface MYTestModel :MYBaseModel <NSCoding, NSCopying> @property (nonatomic, copy) NSString *name; @property (nonatomic, copy) NSString *userId; @end

@implementation MYTestModel @end

MYTestModel *model = [[MYTestModel alloc]initWithDataDic:@{@"name":@"json",@"userId":234}];

About

No description, website, or topics provided.

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.