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 07252d8 commit 3ed6217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/PubNub/KMM/Wrappers/AnyJSONObjC.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,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 3ed6217

Please sign in to comment.