Add comment to RelatedObjectsMap.
This commit is contained in:
parent
45063d2d96
commit
d77c4d763f
|
@ -9,6 +9,7 @@
|
||||||
import Foundation
|
import Foundation
|
||||||
|
|
||||||
// Map objectID to [DatabaseObject] (related objects).
|
// Map objectID to [DatabaseObject] (related objects).
|
||||||
|
// It’s used as the return value from DatabaseLookupTable.fetchRelatedObjects.
|
||||||
|
|
||||||
public struct RelatedObjectsMap {
|
public struct RelatedObjectsMap {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue