From 699e83eb320b4526febb6f42ba24066344084b85 Mon Sep 17 00:00:00 2001 From: Miranda Wilson Date: Tue, 13 Feb 2024 11:59:16 +0000 Subject: [PATCH] Add objc annotation --- Sources/Snowplow/Emitter/EmitterEvent.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Sources/Snowplow/Emitter/EmitterEvent.swift b/Sources/Snowplow/Emitter/EmitterEvent.swift index dbffb9bd6..c5e9139a9 100644 --- a/Sources/Snowplow/Emitter/EmitterEvent.swift +++ b/Sources/Snowplow/Emitter/EmitterEvent.swift @@ -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