Skip to content

Commit

Permalink
add class as a keyword in objc generator
Browse files Browse the repository at this point in the history
  • Loading branch information
wing328 committed Apr 2, 2018
1 parent 904cdc0 commit 5d18740
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ public ObjcClientCodegen() {
"NSObject", "NSInteger", "NSNumber", "CGFloat",
"property", "nonatomic", "retain", "strong",
"weak", "unsafe_unretained", "readwrite", "readonly",
"description"
"description", "class"
));

importMapping = new HashMap<String, String>();
Expand Down

0 comments on commit 5d18740

Please sign in to comment.