Skip to content

Commit a794192

Browse files
committed
Map.mappingType should also be public
1 parent 7498a2c commit a794192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ObjectMapper/Core/Mapper.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public enum MappingType {
2222
* A class used for holding mapping data
2323
*/
2424
public final class Map {
25-
let mappingType: MappingType
25+
public let mappingType: MappingType
2626

2727
var JSONDictionary: [String : AnyObject] = [:]
2828
var currentValue: AnyObject?

0 commit comments

Comments
 (0)