Skip to content

Commit c86ae05

Browse files
committed
Exposed id to objc
1 parent 76a35e4 commit c86ae05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Vox/Core/Class/Resource.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ open class Resource: BaseResource {
1616
weak var context: Context?
1717
weak var object: NSMutableDictionary?
1818

19-
public var id: String?
19+
@objc public var id: String?
2020
public lazy var type: String = Swift.type(of: self).resourceType
2121

2222
public var meta: NSMutableDictionary? {

0 commit comments

Comments
 (0)