Update ObjcClientCodegen.java (#7950)

Added "class" as a reserved keyword for Objc.
This commit is contained in:
aneeshkasokan 2018-04-02 12:35:32 +05:30 committed by William Cheng
parent b443573945
commit 1b8df5c20f

View File

@ -136,7 +136,7 @@ public class ObjcClientCodegen extends DefaultCodegen implements CodegenConfig {
"NSObject", "NSInteger", "NSNumber", "CGFloat",
"property", "nonatomic", "retain", "strong",
"weak", "unsafe_unretained", "readwrite", "readonly",
"description"
"description", "class"
));
importMapping = new HashMap<String, String>();