mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-05-01 13:14:20 +02:00
WIP: protocol cleanup
This commit is contained in:
@@ -64,3 +64,11 @@ public typealias EntityName = String
|
||||
An `String` that pertains to a dynamically-accessable class name (usable with NSClassFromString(...)).
|
||||
*/
|
||||
public typealias ClassName = String
|
||||
|
||||
|
||||
// MARK: - KeyPathString
|
||||
|
||||
/**
|
||||
An `String` that pertains to a attribute keyPaths.
|
||||
*/
|
||||
public typealias KeyPathString = String
|
||||
|
||||
Reference in New Issue
Block a user