Showing
3 changed files
with
2 additions
and
0 deletions
No preview for this file type
... | @@ -6,6 +6,7 @@ | ... | @@ -6,6 +6,7 @@ |
6 | // | 6 | // |
7 | 7 | ||
8 | import UIKit | 8 | import UIKit |
9 | +import SwiftEventBus | ||
9 | 10 | ||
10 | @objc public class ContextualViewController: UIViewController, UIPopoverControllerDelegate { | 11 | @objc public class ContextualViewController: UIViewController, UIPopoverControllerDelegate { |
11 | @IBOutlet weak var mainView: UIView! | 12 | @IBOutlet weak var mainView: UIView! | ... | ... |
... | @@ -6,6 +6,7 @@ | ... | @@ -6,6 +6,7 @@ |
6 | // | 6 | // |
7 | 7 | ||
8 | import UIKit | 8 | import UIKit |
9 | +import SwiftEventBus | ||
9 | 10 | ||
10 | @objc public class TelcoViewController: UIViewController, UIPopoverControllerDelegate { | 11 | @objc public class TelcoViewController: UIViewController, UIPopoverControllerDelegate { |
11 | @IBOutlet weak var mainView: UIView! | 12 | @IBOutlet weak var mainView: UIView! | ... | ... |
-
Please register or login to post a comment