File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
SwiftyJSONAccelerator/Base Files Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -18,9 +18,7 @@ public {OBJECT_KIND} {OBJECT_NAME}: NSObject, NSCoding {
18
18
// MARK: Initalizers
19
19
/**
20
20
Initates the class based on the object
21
-
22
21
- parameter object: The object of either Dictionary or Array kind that was passed.
23
-
24
22
- returns: An initalized instance of the class.
25
23
*/
26
24
convenience public init(object: AnyObject) {
@@ -29,9 +27,7 @@ public {OBJECT_KIND} {OBJECT_NAME}: NSObject, NSCoding {
29
27
30
28
/**
31
29
Initates the class based on the JSON that was passed.
32
-
33
30
- parameter json: JSON object from SwiftyJSON.
34
-
35
31
- returns: An initalized instance of the class.
36
32
*/
37
33
public init(json: JSON) {
@@ -40,7 +36,6 @@ public {OBJECT_KIND} {OBJECT_NAME}: NSObject, NSCoding {
40
36
41
37
/**
42
38
Generates description of the object in the form of a NSDictionary.
43
-
44
39
- returns: A Key value pair containing all valid values in the object.
45
40
*/
46
41
public func dictionaryRepresentation() -> [String : AnyObject ] {
@@ -60,4 +55,4 @@ public {OBJECT_KIND} {OBJECT_NAME}: NSObject, NSCoding {
60
55
{ENCODERS}
61
56
}
62
57
63
- }
58
+ }
You can’t perform that action at this time.
0 commit comments