We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76a35e4 commit c86ae05Copy full SHA for c86ae05
Vox/Core/Class/Resource.swift
@@ -16,7 +16,7 @@ open class Resource: BaseResource {
16
weak var context: Context?
17
weak var object: NSMutableDictionary?
18
19
- public var id: String?
+ @objc public var id: String?
20
public lazy var type: String = Swift.type(of: self).resourceType
21
22
public var meta: NSMutableDictionary? {
0 commit comments