From 16d06f8f6f278167c3c22994d487313b4ef100e2 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Tue, 1 Nov 2022 17:42:08 +0800 Subject: [PATCH] Add missing import --- apple/OmnivoreKit/Sources/Views/Article/OmnivoreWebView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.