Vasilis

revert of CouponsViewInterface

...@@ -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 }
......