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 154fdfa commit 07252d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion Sources/PubNub/KMM/PubNubObjC.swift
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,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/KMM/Wrappers/PubNubAppContextEventObjC.swift
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,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 @@ -232,7 +232,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 07252d8

Please sign in to comment.