Skip to content

Commit 7850bba

Browse files
authored
Merge pull request #569 from Iterable/jay/MOB-4616-objc-compat-inbox-classes
[MOB-4616] tag inbox classes as objective-c available
2 parents ab600a5 + dd28ad1 commit 7850bba

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

swift-sdk/IterableInboxNavigationViewController.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
import UIKit
66

77
@IBDesignable
8+
@objcMembers
89
open class IterableInboxNavigationViewController: UINavigationController {
910
// MARK: Settable properties
1011

swift-sdk/IterableInboxViewController.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
import UIKit
66

77
@IBDesignable
8+
@objcMembers
89
open class IterableInboxViewController: UITableViewController {
910
public enum InboxMode {
1011
case popup

0 commit comments

Comments
 (0)