We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb469e6 commit 31dcc0bCopy full SHA for 31dcc0b
SKGenerateModelTool/SKCodeBuilder.swift
@@ -394,7 +394,7 @@ class SKCodeBuilder: NSObject {
394
if idValue.count > 12 {
395
hString.append("/** eg. \(key) */\n@property (nonatomic, copy) NSString *\(key);\n")
396
} else {
397
- hString.append("/** eg. \(idValue) */\n@property (nonatomic, assign) NSInteger \(key);\n")
+ hString.append("/** eg. \(idValue) */\n@property (nonatomic, assign) NSString *\(key);\n")
398
}
399
400
0 commit comments