Skip to content

Commit 8d395a7

Browse files
committed
Updated struct doc for types.
1 parent c17eea0 commit 8d395a7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

SwiftyJSONAccelerator/SJModelGenerator.swift

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ import Cocoa
1212
/**
1313
* Internal Structure for storing the types of variables.
1414
* - kStringType
15-
* - kNumberType
15+
* - kIntNumberType
16+
* - kFloatNumberType
17+
* - kDoubleNumberType
18+
* - kCGFloatNumberType
1619
* - kBoolType
1720
* - kArrayType
1821
* - kObjectType

0 commit comments

Comments
 (0)