We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
示例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.
The text was updated successfully, but these errors were encountered: