diff --git a/apple/OmnivoreKit/Sources/Views/Article/OmnivoreWebView.swift b/apple/OmnivoreKit/Sources/Views/Article/OmnivoreWebView.swift index e886f6814..cb4fd7cc2 100644 --- a/apple/OmnivoreKit/Sources/Views/Article/OmnivoreWebView.swift +++ b/apple/OmnivoreKit/Sources/Views/Article/OmnivoreWebView.swift @@ -1,6 +1,6 @@ import Utils import WebKit - +import Models /// Describes actions that can be sent from the WebView back to native views. /// The names on the javascript side must match for an action to be handled.