Skip to content

Commit

Permalink
Adding an important note for KMP sources at the top of each file
Browse files Browse the repository at this point in the history
  • Loading branch information
jguz-pubnub committed Sep 9, 2024
1 parent 54e611f commit ba87838
Show file tree
Hide file tree
Showing 27 changed files with 54 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/PubNub/KMP/PubNubObjC+AppContext.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

import Foundation

/// IMPORTANT NOTE FOR DEVELOPERS USING THIS SDK
///
/// All public symbols in this file that are annotated with @objc are intended to allow interoperation
/// with Kotlin Multiplatform for other PubNub frameworks.
///
Expand Down
2 changes: 2 additions & 0 deletions Sources/PubNub/KMP/PubNubObjC+ChannelGroups.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

import Foundation

/// IMPORTANT NOTE FOR DEVELOPERS USING THIS SDK
///
/// All public symbols in this file that are annotated with @objc are intended to allow interoperation
/// with Kotlin Multiplatform for other PubNub frameworks.
///
Expand Down
2 changes: 2 additions & 0 deletions Sources/PubNub/KMP/PubNubObjC+Files.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

import Foundation

/// IMPORTANT NOTE FOR DEVELOPERS USING THIS SDK
///
/// All public symbols in this file that are annotated with @objc are intended to allow interoperation
/// with Kotlin Multiplatform for other PubNub frameworks.
///
Expand Down
2 changes: 2 additions & 0 deletions Sources/PubNub/KMP/PubNubObjC+History.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

import Foundation

/// IMPORTANT NOTE FOR DEVELOPERS USING THIS SDK
///
/// All public symbols in this file that are annotated with @objc are intended to allow interoperation
/// with Kotlin Multiplatform for other PubNub frameworks.
///
Expand Down
2 changes: 2 additions & 0 deletions Sources/PubNub/KMP/PubNubObjC+Listeners.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

import Foundation

/// IMPORTANT NOTE FOR DEVELOPERS USING THIS SDK
///
/// All public symbols in this file that are annotated with @objc are intended to allow interoperation
/// with Kotlin Multiplatform for other PubNub frameworks.
///
Expand Down
2 changes: 2 additions & 0 deletions Sources/PubNub/KMP/PubNubObjC+MessageActions.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

import Foundation

/// IMPORTANT NOTE FOR DEVELOPERS USING THIS SDK
///
/// All public symbols in this file that are annotated with @objc are intended to allow interoperation
/// with Kotlin Multiplatform for other PubNub frameworks.
///
Expand Down
2 changes: 2 additions & 0 deletions Sources/PubNub/KMP/PubNubObjC+Presence.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

import Foundation

/// IMPORTANT NOTE FOR DEVELOPERS USING THIS SDK
///
/// All public symbols in this file that are annotated with @objc are intended to allow interoperation
/// with Kotlin Multiplatform for other PubNub frameworks.
///
Expand Down
2 changes: 2 additions & 0 deletions Sources/PubNub/KMP/PubNubObjC+Publish.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

import Foundation

/// IMPORTANT NOTE FOR DEVELOPERS USING THIS SDK
///
/// All public symbols in this file that are annotated with @objc are intended to allow interoperation
/// with Kotlin Multiplatform for other PubNub frameworks.
///
Expand Down
2 changes: 2 additions & 0 deletions Sources/PubNub/KMP/PubNubObjC+Push.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

import Foundation

/// IMPORTANT NOTE FOR DEVELOPERS USING THIS SDK
///
/// All public symbols in this file that are annotated with @objc are intended to allow interoperation
/// with Kotlin Multiplatform for other PubNub frameworks.
///
Expand Down
2 changes: 2 additions & 0 deletions Sources/PubNub/KMP/PubNubObjC+Subscribe.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

import Foundation

/// IMPORTANT NOTE FOR DEVELOPERS USING THIS SDK
///
/// All public symbols in this file that are annotated with @objc are intended to allow interoperation
/// with Kotlin Multiplatform for other PubNub frameworks.
///
Expand Down
2 changes: 2 additions & 0 deletions Sources/PubNub/KMP/PubNubObjC+Time.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

import Foundation

/// IMPORTANT NOTE FOR DEVELOPERS USING THIS SDK
///
/// All public symbols in this file that are annotated with @objc are intended to allow interoperation
/// with Kotlin Multiplatform for other PubNub frameworks.
///
Expand Down
2 changes: 2 additions & 0 deletions Sources/PubNub/KMP/PubNubObjC.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

import Foundation

/// IMPORTANT NOTE FOR DEVELOPERS USING THIS SDK
///
/// All public symbols in this file that are annotated with @objc are intended to allow interoperation
/// with Kotlin Multiplatform for other PubNub frameworks.
///
Expand Down
2 changes: 2 additions & 0 deletions Sources/PubNub/KMP/Wrappers/AnyJSONObjC.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

import Foundation

/// IMPORTANT NOTE FOR DEVELOPERS USING THIS SDK
///
/// All public symbols in this file that are annotated with @objc are intended to allow interoperation
/// with Kotlin Multiplatform for other PubNub frameworks.
///
Expand Down
2 changes: 2 additions & 0 deletions Sources/PubNub/KMP/Wrappers/PubNubAppContextEventObjC.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

import Foundation

/// IMPORTANT NOTE FOR DEVELOPERS USING THIS SDK
///
/// All public symbols in this file that are annotated with @objc are intended to allow interoperation
/// with Kotlin Multiplatform for other PubNub frameworks.
///
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

import Foundation

/// IMPORTANT NOTE FOR DEVELOPERS USING THIS SDK
///
/// All public symbols in this file that are annotated with @objc are intended to allow interoperation
/// with Kotlin Multiplatform for other PubNub frameworks.
///
Expand Down
2 changes: 2 additions & 0 deletions Sources/PubNub/KMP/Wrappers/PubNubErrorObjC.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

import Foundation

/// IMPORTANT NOTE FOR DEVELOPERS USING THIS SDK
///
/// All public symbols in this file that are annotated with @objc are intended to allow interoperation
/// with Kotlin Multiplatform for other PubNub frameworks.
///
Expand Down
2 changes: 2 additions & 0 deletions Sources/PubNub/KMP/Wrappers/PubNubEventListenerObjC.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

import Foundation

/// IMPORTANT NOTE FOR DEVELOPERS USING THIS SDK
///
/// All public symbols in this file that are annotated with @objc are intended to allow interoperation
/// with Kotlin Multiplatform for other PubNub frameworks.
///
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

import Foundation

/// IMPORTANT NOTE FOR DEVELOPERS USING THIS SDK
///
/// All public symbols in this file that are annotated with @objc are intended to allow interoperation
/// with Kotlin Multiplatform for other PubNub frameworks.
///
Expand Down
2 changes: 2 additions & 0 deletions Sources/PubNub/KMP/Wrappers/PubNubFileChangeEventObjC.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

import Foundation

/// IMPORTANT NOTE FOR DEVELOPERS USING THIS SDK
///
/// All public symbols in this file that are annotated with @objc are intended to allow interoperation
/// with Kotlin Multiplatform for other PubNub frameworks.
///
Expand Down
2 changes: 2 additions & 0 deletions Sources/PubNub/KMP/Wrappers/PubNubHashedPageObjC.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

import Foundation

/// IMPORTANT NOTE FOR DEVELOPERS USING THIS SDK
///
/// All public symbols in this file that are annotated with @objc are intended to allow interoperation
/// with Kotlin Multiplatform for other PubNub frameworks.
///
Expand Down
2 changes: 2 additions & 0 deletions Sources/PubNub/KMP/Wrappers/PubNubHereNowResultObjC.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

import Foundation

/// IMPORTANT NOTE FOR DEVELOPERS USING THIS SDK
///
/// All public symbols in this file that are annotated with @objc are intended to allow interoperation
/// with Kotlin Multiplatform for other PubNub frameworks.
///
Expand Down
2 changes: 2 additions & 0 deletions Sources/PubNub/KMP/Wrappers/PubNubMessageActionObjC.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

import Foundation

/// IMPORTANT NOTE FOR DEVELOPERS USING THIS SDK
///
/// All public symbols in this file that are annotated with @objc are intended to allow interoperation
/// with Kotlin Multiplatform for other PubNub frameworks.
///
Expand Down
2 changes: 2 additions & 0 deletions Sources/PubNub/KMP/Wrappers/PubNubMessageObjC.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

import Foundation

/// IMPORTANT NOTE FOR DEVELOPERS USING THIS SDK
///
/// All public symbols in this file that are annotated with @objc are intended to allow interoperation
/// with Kotlin Multiplatform for other PubNub frameworks.
///
Expand Down
2 changes: 2 additions & 0 deletions Sources/PubNub/KMP/Wrappers/PubNubPresenceChangeObjC.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

import Foundation

/// IMPORTANT NOTE FOR DEVELOPERS USING THIS SDK
///
/// All public symbols in this file that are annotated with @objc are intended to allow interoperation
/// with Kotlin Multiplatform for other PubNub frameworks.
///
Expand Down
2 changes: 2 additions & 0 deletions Sources/PubNub/KMP/Wrappers/PubNubStatusListenerObjC.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

import Foundation

/// IMPORTANT NOTE FOR DEVELOPERS USING THIS SDK
///
/// All public symbols in this file that are annotated with @objc are intended to allow interoperation
/// with Kotlin Multiplatform for other PubNub frameworks.
///
Expand Down
2 changes: 2 additions & 0 deletions Sources/PubNub/KMP/Wrappers/PubNubSubscriptionObjC.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

import Foundation

/// IMPORTANT NOTE FOR DEVELOPERS USING THIS SDK
///
/// All public symbols in this file that are annotated with @objc are intended to allow interoperation
/// with Kotlin Multiplatform for other PubNub frameworks.
///
Expand Down
2 changes: 2 additions & 0 deletions Sources/PubNub/KMP/Wrappers/PubNubUploadableObjC.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

import Foundation

/// IMPORTANT NOTE FOR DEVELOPERS USING THIS SDK
///
/// All public symbols in this file that are annotated with @objc are intended to allow interoperation
/// with Kotlin Multiplatform for other PubNub frameworks.
///
Expand Down

0 comments on commit ba87838

Please sign in to comment.