Skip to content

Commit cff17f5

Browse files
committed
Remove keyword 'weak' according to swiftlang/swift-evolution#707
1 parent d7a6cfe commit cff17f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Universal/File&DataManaging/Protocols.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import Foundation
1010
import CoreData
1111

1212
protocol ManagedObjectContextUsing: class {
13-
weak var context: NSManagedObjectContext! { get }
13+
var context: NSManagedObjectContext! { get }
1414
}
1515

1616
public protocol ManagedObjectType: class {

0 commit comments

Comments
 (0)