Skip to content

Commit

Permalink
restore objc reserved word: property
Browse files Browse the repository at this point in the history
  • Loading branch information
wing328 committed Mar 26, 2018
1 parent 0e9dff9 commit 246ed57
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ public ObjcClientCodegen() {
"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"
));
Expand Down

0 comments on commit 246ed57

Please sign in to comment.