mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-03-30 22:31:59 +02:00
WIP: docs
This commit is contained in:
@@ -29,7 +29,11 @@ import CoreData
|
|||||||
|
|
||||||
// MARK: - CoreDataNativeType
|
// MARK: - CoreDataNativeType
|
||||||
|
|
||||||
@objc public protocol CoreDataNativeType: class, NSObjectProtocol, AnyObject {}
|
/**
|
||||||
|
Objective-C Foundation types that are nativel supported by Core Data managed attributes all conform to `CoreDataNativeType`.
|
||||||
|
*/
|
||||||
|
@objc
|
||||||
|
public protocol CoreDataNativeType: class, NSObjectProtocol, AnyObject {}
|
||||||
|
|
||||||
|
|
||||||
// MARK: - NSNumber
|
// MARK: - NSNumber
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ import CoreData
|
|||||||
public extension CoreStore {
|
public extension CoreStore {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Returns the `defaultStack`'s model version. The version string is the same as the name of the version-specific .xcdatamodeld file.
|
Returns the `defaultStack`'s model version. The version string is the same as the name of a version-specific .xcdatamodeld file or `CoreStoreSchema`.
|
||||||
*/
|
*/
|
||||||
public static var modelVersion: String {
|
public static var modelVersion: String {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user