Showing
2 changed files
with
1 additions
and
1 deletions
No preview for this file type
| ... | @@ -12,7 +12,7 @@ import SwiftUI | ... | @@ -12,7 +12,7 @@ import SwiftUI |
| 12 | @objc public class CouponsViewInterface : NSObject { | 12 | @objc public class CouponsViewInterface : NSObject { |
| 13 | 13 | ||
| 14 | @objc static public func couponsViewController() -> UIViewController { | 14 | @objc static public func couponsViewController() -> UIViewController { |
| 15 | - return Coupons() | 15 | + return UIHostingController(rootView: CouponsView()) |
| 16 | } | 16 | } |
| 17 | 17 | ||
| 18 | } | 18 | } | ... | ... |
-
Please register or login to post a comment