mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-19 09:37:09 +00:00
add class as a keyword in objc generator
This commit is contained in:
@@ -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>();
|
||||
|
||||
Reference in New Issue
Block a user