Skip to content

Commit 507ef47

Browse files
- removed some unnecessary functions
1 parent 836e86a commit 507ef47

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

ObjectMapper/Core/Mapper.swift

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -79,22 +79,6 @@ public class Mapper<N: Mappable> {
7979
public init(){
8080

8181
}
82-
83-
func mappingType() -> MappingType {
84-
return map.mappingType
85-
}
86-
87-
func currentValue() -> AnyObject? {
88-
return map.currentValue
89-
}
90-
91-
func currentKey() -> String? {
92-
return map.currentKey
93-
}
94-
95-
func JSONDictionary() -> [String:AnyObject] {
96-
return map.JSONDictionary
97-
}
9882

9983
// MARK: Public Mapping functions
10084

0 commit comments

Comments
 (0)