feat:fix frozonDictionary
This commit is contained in:
parent
214719b7cf
commit
c23d5c5391
@ -62,7 +62,6 @@ - (void)mixin:(NSDictionary *)srcModel to:(NSMutableDictionary *)targetModel {
|
|||||||
targetProp[key] = obj;
|
targetProp[key] = obj;
|
||||||
}
|
}
|
||||||
}];
|
}];
|
||||||
targetModel[@"props"] = targetProp;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void)recursiveMixin:(NSDictionary *)srcModel to:(NSMutableDictionary *)targetModel {
|
- (void)recursiveMixin:(NSDictionary *)srcModel to:(NSMutableDictionary *)targetModel {
|
||||||
|
Reference in New Issue
Block a user