Skip to content

Commit 7498a2c

Browse files
Merge pull request tristanhimmelman#56 from ikesyo/make-mappingtype-public
Make MappingType public, address tristanhimmelman#42
2 parents fa00de5 + b8fdf2a commit 7498a2c

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
@@ -13,7 +13,7 @@ public protocol Mappable {
1313
init()
1414
}
1515

16-
enum MappingType {
16+
public enum MappingType {
1717
case fromJSON
1818
case toJSON
1919
}

0 commit comments

Comments
 (0)