Skip to content

Commit

Permalink
Add objc annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
mscwilson committed Feb 13, 2024
1 parent 42b4cd0 commit 699e83e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/Snowplow/Emitter/EmitterEvent.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ public class EmitterEvent: NSObject {
private(set) var payload: Payload
private(set) var storeId: Int64

@objc
public init(payload: Payload, storeId: Int64) {
self.payload = payload
self.storeId = storeId
Expand Down

0 comments on commit 699e83e

Please sign in to comment.