mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-13 05:00:50 +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",
|
"NSObject", "NSInteger", "NSNumber", "CGFloat",
|
||||||
"property", "nonatomic", "retain", "strong",
|
"property", "nonatomic", "retain", "strong",
|
||||||
"weak", "unsafe_unretained", "readwrite", "readonly",
|
"weak", "unsafe_unretained", "readwrite", "readonly",
|
||||||
"description"
|
"description", "class"
|
||||||
));
|
));
|
||||||
|
|
||||||
importMapping = new HashMap<String, String>();
|
importMapping = new HashMap<String, String>();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user