Update README.md
This commit is contained in:
parent
a3f000a541
commit
8a859a03a8
11
README.md
11
README.md
|
@ -51,10 +51,13 @@ For positive experience, you should configure `SLazeKit` at first. This step is
|
||||||
|
|
||||||
```swift
|
```swift
|
||||||
import SLazeKit
|
import SLazeKit
|
||||||
/// Required override of this method which will provide Context for bacground execution.
|
|
||||||
///
|
extension SLazeKit {
|
||||||
/// - Returns: NSManagedObjectContext
|
/// Required override of this method which will provide Context for bacground execution.
|
||||||
open class func newBackgroundContext() -> NSManagedObjectContext? { return nil }
|
///
|
||||||
|
/// - Returns: NSManagedObjectContext
|
||||||
|
open class func newBackgroundContext() -> NSManagedObjectContext? { return nil }
|
||||||
|
}
|
||||||
```
|
```
|
||||||
This step is optional. You may leave it as it is default.
|
This step is optional. You may leave it as it is default.
|
||||||
```swift
|
```swift
|
||||||
|
|
Loading…
Reference in New Issue