Skip to content

Commit 1b697b7

Browse files
committed
merge updated embedded-messaging into this branch
1 parent bde2b65 commit 1b697b7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

swift-sdk/Internal/IterableEmbeddedManager.swift

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,11 @@ public struct ResolvedMessage {
2828
}
2929
}
3030

31-
class IterableEmbeddedManager: NSObject, IterableEmbeddedManagerProtocol {
31+
protocol IterableInternalEmbeddedManagerProtocol: IterableEmbeddedManagerProtocol, EmbeddedNotifiable {
32+
// we can add the internal delegate methods here
33+
}
34+
35+
class IterableEmbeddedManager: NSObject, IterableInternalEmbeddedManagerProtocol {
3236
init(apiClient: ApiClientProtocol,
3337
urlDelegate: IterableURLDelegate?,
3438
customActionDelegate: IterableCustomActionDelegate?,

0 commit comments

Comments
 (0)