Skip to content

Commit

Permalink
AnyJSONObjC, make value field as public
Browse files Browse the repository at this point in the history
  • Loading branch information
jguz-pubnub committed Sep 9, 2024
1 parent 79f49f8 commit 3ed1032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/PubNub/KMP/Wrappers/AnyJSONObjC.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import Foundation

@objc
public class AnyJSONObjC: NSObject {
let value: AnyJSON
public let value: AnyJSON

@objc
public init(_ value: Any?) {
Expand Down

0 comments on commit 3ed1032

Please sign in to comment.