mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-03-22 09:29:18 +01: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