diff --git a/Sources/PubNub/KMP/PubNubObjC.swift b/Sources/PubNub/KMP/PubNubObjC.swift index 1a89a456..ac3dbc75 100644 --- a/Sources/PubNub/KMP/PubNubObjC.swift +++ b/Sources/PubNub/KMP/PubNubObjC.swift @@ -45,7 +45,6 @@ public class PubNubObjC: NSObject { self.configObjC = PubNubConfigurationObjC(configuration: self.pubnub.configuration) super.init() } - } // MARK: - Token diff --git a/Sources/PubNub/KMP/Wrappers/PubNubAppContextEventObjC.swift b/Sources/PubNub/KMP/Wrappers/PubNubAppContextEventObjC.swift index 66f5aaa5..e0ff5587 100644 --- a/Sources/PubNub/KMP/Wrappers/PubNubAppContextEventObjC.swift +++ b/Sources/PubNub/KMP/Wrappers/PubNubAppContextEventObjC.swift @@ -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 @@ -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