Skip to content

Commit

Permalink
优化了几个API.
Browse files Browse the repository at this point in the history
优化了几个API.
  • Loading branch information
huangzhibiao committed Mar 15, 2017
1 parent c4e5202 commit e08eff5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file not shown.
2 changes: 1 addition & 1 deletion BGFMDB/libs/NSObject+BGModel.m
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ +(BOOL)removeChangeWithName:(NSString* const _Nonnull)name{
@keyValues 字典(NSDictionary)或json格式字符.
说明:如果模型中有数组且存放的是自定义的类(NSString等系统自带的类型就不必要了),那就实现objectClassInArray这个函数返回一个字典,key是数组名称,value是自定的类Class,用法跟MJExtension一样.
*/
+(id _Nonnull)bg_objectWithKeyValues:(id _Nonnull)keyValues{
+(id)bg_objectWithKeyValues:(id)keyValues{
return [BGTool objectWithClass:[self class] value:keyValues];
}
+(id)bg_objectWithDictionary:(NSDictionary *)dictionary{
Expand Down

0 comments on commit e08eff5

Please sign in to comment.