mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-03-17 23:14:05 +01:00
AppleDocs for Field source files
This commit is contained in:
@@ -35,6 +35,7 @@ extension DynamicObject where Self: CoreStoreObject {
|
||||
The containing type for value propertiess.
|
||||
```
|
||||
class Pet: CoreStoreObject {
|
||||
|
||||
@Field.Stored("species")
|
||||
var species = ""
|
||||
|
||||
@@ -66,6 +67,7 @@ extension DynamicObject where Self: CoreStoreObject {
|
||||
The containing type for value properties. Use the `Field` typealias instead for shorter syntax.
|
||||
```
|
||||
class Pet: CoreStoreObject {
|
||||
|
||||
@Field.Stored("species")
|
||||
var species = ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user