Skip to content

Commit

Permalink
fix: add objc to PostHogSDK
Browse files Browse the repository at this point in the history
  • Loading branch information
ioannisj committed Dec 12, 2024
1 parent dc366e4 commit d69b275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PostHog/PostHogSDK.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ let retryDelay = 5.0
let maxRetryDelay = 30.0

// renamed to PostHogSDK due to https://github.com/apple/swift/issues/56573
public class PostHogSDK: NSObject {
@objc public class PostHogSDK: NSObject {
private var config: PostHogConfig

private init(_ config: PostHogConfig) {
Expand Down

0 comments on commit d69b275

Please sign in to comment.