Skip to content

Commit 358b4f3

Browse files
committed
Explicitly declare _Factory protocol as internal
1 parent 070cf25 commit 358b4f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Foundation/NSValue.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ open class NSValue : NSObject, NSCopying, NSSecureCoding, NSCoding {
156156

157157
extension NSValue : _Factory {}
158158

159-
protocol _Factory {
159+
internal protocol _Factory {
160160
init(factory: () -> Self)
161161
}
162162

0 commit comments

Comments
 (0)