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

为什么格式化式不能对属性名首字母进行小写,即驼峰命名法? #15

Open
willokyes opened this issue Nov 20, 2018 · 0 comments

Comments

@willokyes
Copy link

@interface UserInfo : NSObject
@Property (nonatomic, assign) NSInteger IsSign;
@Property (nonatomic, assign) NSInteger UserId;
@Property (nonatomic, assign) NSInteger IsFavorite;
@Property (nonatomic, copy) NSString *NickName;
@Property (nonatomic, assign) NSInteger CartNum;
@EnD

||

@interface UserInfo : NSObject
@Property (nonatomic, assign) NSInteger isSign;
@Property (nonatomic, assign) NSInteger userId;
@Property (nonatomic, assign) NSInteger isFavorite;
@Property (nonatomic, copy) NSString *nickName;
@Property (nonatomic, assign) NSInteger cartNum;
@EnD

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