mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-12 20:50:55 +00:00
add class as a keyword in objc generator
This commit is contained in:
parent
904cdc0d5b
commit
5d1874028b
@ -146,7 +146,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