WIP: docs

This commit is contained in:
John Rommel Estropia
2017-04-18 08:02:07 +09:00
parent a73306fecb
commit 5ffaca1375
2 changed files with 6 additions and 2 deletions

View File

@@ -29,7 +29,11 @@ import CoreData
// 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

View File

@@ -32,7 +32,7 @@ import CoreData
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 {