We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bde2b65 commit 1b697b7Copy full SHA for 1b697b7
swift-sdk/Internal/IterableEmbeddedManager.swift
@@ -28,7 +28,11 @@ public struct ResolvedMessage {
28
}
29
30
31
-class IterableEmbeddedManager: NSObject, IterableEmbeddedManagerProtocol {
+protocol IterableInternalEmbeddedManagerProtocol: IterableEmbeddedManagerProtocol, EmbeddedNotifiable {
32
+ // we can add the internal delegate methods here
33
+}
34
+
35
+class IterableEmbeddedManager: NSObject, IterableInternalEmbeddedManagerProtocol {
36
init(apiClient: ApiClientProtocol,
37
urlDelegate: IterableURLDelegate?,
38
customActionDelegate: IterableCustomActionDelegate?,
0 commit comments