Skip to content

Commit

Permalink
Merged publicprotocols into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Thorpe committed Aug 27, 2018
2 parents e2b8834 + 9ff83cb commit 6374fd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Sources/AnyCodable/AnyDecodable.swift
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public struct AnyDecodable: Decodable {
}
}

protocol _AnyDecodable {
public protocol _AnyDecodable {
var value: Any { get }
init<T>(_ value: T?)
}
Expand Down
2 changes: 1 addition & 1 deletion Sources/AnyCodable/AnyEncodable.swift
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public struct AnyEncodable: Encodable {
}
}

protocol _AnyEncodable {
public protocol _AnyEncodable {
var value: Any { get }
init<T>(_ value: T?)
}
Expand Down

0 comments on commit 6374fd3

Please sign in to comment.