Skip to content

Commit

Permalink
Merge pull request #56 from ikesyo/make-mappingtype-public
Browse files Browse the repository at this point in the history
Make MappingType public, address #42
  • Loading branch information
tristanhimmelman committed Feb 9, 2015
2 parents fa00de5 + b8fdf2a commit 7498a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ObjectMapper/Core/Mapper.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public protocol Mappable {
init()
}

enum MappingType {
public enum MappingType {
case fromJSON
case toJSON
}
Expand Down

0 comments on commit 7498a2c

Please sign in to comment.