数据中的对象没有自动生成泛型
Opened this issue · 0 comments
CouldNotFindObject commented
示例json如下,
`
{
"data": [
{
"msg": "成功",
"code": "200",
"key": "v1"
}
]
}
`
预期值
@Class Data;
@interface ESRootClass : NSObject
@Property (nonatomic, strong) NSArray< Data *> *data;
@EnD
@interface Data : NSObject
@Property (nonatomic, copy) NSString *msg;
@Property (nonatomic, copy) NSString *key;
@Property (nonatomic, copy) NSString *code;
版本 xcode10
xcode-select -v
xcode-select version 2354.