Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

数据中的对象没有自动生成泛型 #14

Open
CouldNotFindObject opened this issue Nov 7, 2018 · 0 comments
Open

数据中的对象没有自动生成泛型 #14

CouldNotFindObject opened this issue Nov 7, 2018 · 0 comments

Comments

@CouldNotFindObject
Copy link

image

示例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;

@EnD

版本 xcode10
xcode-select -v
xcode-select version 2354.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant