Skip to content

Commit d515e11

Browse files
committed
Update to use property for secure coding
1 parent 9f191c0 commit d515e11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Foundation/NSIndexSet.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ open class NSIndexSet : NSObject, NSCopying, NSMutableCopying, NSSecureCoding {
9191
}
9292
return set
9393
}
94-
public static func supportsSecureCoding() -> Bool { return true }
94+
static public var supportsSecureCoding: Bool { return true }
9595
public required init?(coder aDecoder: NSCoder) { NSUnimplemented() }
9696
open func encode(with aCoder: NSCoder) {
9797
NSUnimplemented()

0 commit comments

Comments
 (0)