mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-03-27 20:01:11 +01:00
removed deprecated functions in unit tests and demo app
This commit is contained in:
@@ -57,7 +57,7 @@ import Foundation
|
||||
}
|
||||
```
|
||||
*/
|
||||
@available(*, deprecated: 4.0.0, message: "Use the new DataStack.perform(asynchronous:...) and DataStack.perform(synchronous:...) family of APIs")
|
||||
@available(*, deprecated, message: "Use the new DataStack.perform(asynchronous:...) and DataStack.perform(synchronous:...) family of APIs")
|
||||
public enum SaveResult: Hashable {
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user