Skip to content

Commit ee17c6f

Browse files
Merge pull request tristanhimmelman#57 from ikesyo/re-mappingtype-public
Map.mappingType should also be public
2 parents 7498a2c + a794192 commit ee17c6f

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)