mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-03-26 03:11:14 +01:00
Unify generic labeling
This commit is contained in:
@@ -76,7 +76,7 @@ public final class CSSectionBy: NSObject {
|
||||
|
||||
public let bridgeToSwift: SectionBy<NSManagedObject>
|
||||
|
||||
public init<D>(_ swiftValue: SectionBy<D>) {
|
||||
public init<O>(_ swiftValue: SectionBy<O>) {
|
||||
|
||||
self.bridgeToSwift = swiftValue.downcast()
|
||||
super.init()
|
||||
|
||||
Reference in New Issue
Block a user