mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-12 20:50:55 +00:00
Update ObjcClientCodegen.java (#7950)
Added "class" as a reserved keyword for Objc.
This commit is contained in:
parent
b443573945
commit
1b8df5c20f
@ -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>();
|
||||
|
Loading…
x
Reference in New Issue
Block a user