mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-04-05 08:57:02 +02:00
WIP: Swift 3.2
This commit is contained in:
@@ -152,7 +152,7 @@ public final class CSSetupResult: NSObject {
|
||||
|
||||
// MARK: CoreStoreObjectiveCType
|
||||
|
||||
public required init<T: StorageInterface>(_ swiftValue: SetupResult<T>) where T: CoreStoreSwiftType, T.ObjectiveCType: CSStorageInterface {
|
||||
public required init<T>(_ swiftValue: SetupResult<T>) where T: CoreStoreSwiftType, T.ObjectiveCType: CSStorageInterface {
|
||||
|
||||
switch swiftValue {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user