Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jguz-pubnub committed Sep 9, 2024
1 parent 6fbed9e commit 79f49f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion Sources/PubNub/KMP/PubNubObjC.swift
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ public class PubNubObjC: NSObject {
self.configObjC = PubNubConfigurationObjC(configuration: self.pubnub.configuration)
super.init()
}

}

// MARK: - Token
Expand Down
4 changes: 2 additions & 2 deletions Sources/PubNub/KMP/Wrappers/PubNubAppContextEventObjC.swift
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ public class PubNubChannelMetadataObjC: NSObject {
@objc public var eTag: String?
@objc public var type: String?
@objc public var status: String?

@objc public var hasName: Bool = false
@objc public var hasDescr: Bool = false
@objc public var hasCustom: Bool = false
Expand Down Expand Up @@ -242,7 +242,7 @@ public class PubNubUUIDMetadataObjC: NSObject {
@objc public var eTag: String?
@objc public var type: String?
@objc public var status: String?

@objc public var hasName: Bool = false
@objc public var hasExternalId: Bool = false
@objc public var hasProfileUrl: Bool = false
Expand Down

0 comments on commit 79f49f8

Please sign in to comment.