restore objc reserved word: property

This commit is contained in:
wing328 2018-03-26 17:28:50 +08:00
parent 0e9dff995c
commit 246ed57547

View File

@ -144,7 +144,7 @@ public class ObjcClientCodegen extends DefaultCodegen implements CodegenConfig {
"do", "int", "struct", "_Packed",
"double", "protocol", "interface", "implementation",
"NSObject", "NSInteger", "NSNumber", "CGFloat",
"schema", "nonatomic", "retain", "strong",
"property", "nonatomic", "retain", "strong",
"weak", "unsafe_unretained", "readwrite", "readonly",
"description"
));